Closed Pharmhaus-2 closed 5 years ago
Original Author: secondgeargames
Tested on Windows 10 desktop target:
Print "Привет".ToUpper() Print "Привет".ToLower() Print "привет".Capitalize() Print "ÄÄ".ToLower() Print "ää".ToUpper() Print "ää".Capitalize()
output:
Привет Привет привет ÄÄ ää ää
Seems to be fixed in develop.
Original Author: secondgeargames
Tested on Windows 10 desktop target:
output: