#include "kbd.h";
u16 KBD_ConvertSmall( u16 c );
c | UTF-16 character code |
Returns the UTF-16 character code for the character converted to a small character.
Converts the character code passed by an argument to a character code for a small character and then returns the result.
When a small character is passed, it is converted to a normal size character and returned. If no small character exists, the original character code is returned without conversion.
KBD_ConvertDakuten, KBD_ConvertHandaku, KBD_ConvertAll
CONFIDENTIAL