c to lower case.
If c is not an upperlower or titlecase character, or has no lowercase equivalent c is returned unchanged.
dchar unicharTolower(dchar c)Converts a character to lower case.
c | a Unicode character. |
c to lower case.
If c is not an upperlower or titlecase character, or has no lowercase equivalent c is returned unchanged.