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