c to uppercase.
If c is not a lowercase or titlecase character, or has no upper case equivalent c is returned unchanged.
dchar unicharToupper(dchar c)Converts a character to uppercase.
c | a Unicode character |
c to uppercase.
If c is not a lowercase or titlecase character, or has no upper case equivalent c is returned unchanged.