totitle


Description:

public unichar totitle ()

Converts a character to the titlecase.

Parameters:

c

a Unicode character

Returns:

the result of converting c to titlecase. If c is not an uppercase or lowercase character, c is returned unchanged.