#include "kbd.h";
u16 KBD_ConvertHandaku( u16 c );
c | UTF-16 character code |
Returns the UTF-16 character code for converted characters that have a semivoiced consonant symbol.
Converts the character code passed by argument to the character code of a character with a semivoiced consonant symbol and then returns it.
When character with a semivoiced consonant symbol is passed, the semivoiced consonant symbol is removed and then the character is returned.
However, if no character with a semivoiced consonant symbol exists, the original character code is returned without conversion.
KBD_ConvertDakuten, KBD_ConvertSmall, KBD_ConvertAll
CONFIDENTIAL