public native toLower() as Char
Converts this Char to lowercase when a Unicode mapping exists.
Lowercase scalar, or this Char when no mapping exists.
assert 'É'.toLower() == 'é'