unicharTotitle
Converts a character to the titlecase.
Return
the result of converting @c to titlecase. If @c is not an uppercase or lowercase character, @c is returned unchanged.
Parameters
c
a Unicode character
Converts a character to the titlecase.
the result of converting @c to titlecase. If @c is not an uppercase or lowercase character, @c is returned unchanged.
a Unicode character