sgg-labs

Results 1 issues of sgg-labs

Tested on Windows 10 desktop target: ```Monkey Print "Привет".ToUpper() Print "Привет".ToLower() Print "привет".Capitalize() Print "ÄÄ".ToLower() Print "ää".ToUpper() Print "ää".Capitalize() ``` output: ``` Привет Привет привет ÄÄ ää ää ```