KBD_IsHandaku

C Specification

#include "kbd.h";
BOOL KBD_IsHandaku( u16 c );

Arguments

c UTF-16 character code

Return Values

Returns TRUE if c is a character with a semivoiced consonant symbol; returns FALSE otherwise.

Description

Returns TRUE if the character code passed as an argument is of a character with semivoiced consonant symbol; returns FALSE otherwise.

See Also

KBD_IsDakuten, KBD_IsSmall

CONFIDENTIAL