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