KBD_ConvertDakuten

C Specification

#include "kbd.h";
u16 KBD_ConvertDakuten( u16 c );

Arguments

c UTF-16 character code

Return Values

Returns the UTF-16 character code for characters that have been converted to have a voiced consonant symbol.

Description

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.

See Also

KBD_ConvertHandaku, KBD_ConvertSmall, KBD_ConvertAll

CONFIDENTIAL