KBD_IsDakuten

C Specification

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

Arguments

c UTF-16 character code

Return Values

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

Description

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

See Also

KBD_IsHandaku, KBD_IsSmall

CONFIDENTIAL