#include "kbd.h";
u16 KBD_ConvertAll( u16 c );
c | UTF-16 character code |
Returns the UTF-16 character code converted according to the predetermined priorities.
Converts the character code passed by an argument to a normal character, voiced consonant character, semivoiced consonant character, or small character, in this order of priority, and then returns the character code of the converted character.
However, if the character cannot be converted (for example, na), the original character code passed by the argument is returned without conversion.
KBD_ConvertDakuten, KBD_ConvertHandaku, KBD_ConvertSmall
CONFIDENTIAL