c to titlecase.
If c is not an uppercase or lowercase character, c is returned unchanged.
dchar unicharTotitle(dchar c)Converts a character to the titlecase.
c | a Unicode character |
c to titlecase.
If c is not an uppercase or lowercase character, c is returned unchanged.