unicharTotitle

fndchar unicharTotitle(dchar c)

Converts a character to the titlecase.

Parameters

ca Unicode character

Returns

the result of converting c to titlecase.

If c is not an uppercase or lowercase character, c is returned unchanged.