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