KBD_ConvertSmall

C Specification

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

Arguments

c UTF-16 character code

Return Values

Returns the UTF-16 character code for the character converted to a small character.

Description

Converts the character code passed by an argument to a character code for a small character and then returns the result.
When a small character is passed, it is converted to a normal size character and returned. If no small character exists, the original character code is returned without conversion.

See Also

KBD_ConvertDakuten, KBD_ConvertHandaku, KBD_ConvertAll

CONFIDENTIAL