KBD_ConvertAll

C Specification

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

Arguments

c UTF-16 character code

Return Values

Returns the UTF-16 character code converted according to the predetermined priorities.

Description

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.

See Also

KBD_ConvertDakuten, KBD_ConvertHandaku, KBD_ConvertSmall

CONFIDENTIAL