Open davidsule opened 3 years ago
Update: this error happened on Windows, on Mac it seems to work (I haven't tried Linux - I have a problem with the program on WSL but the issue there is probably on my side - however, my guess it that it would work on Linux).
Can you check the encoding of the source file? (e.g. by checking your status bar at the bottom in VS Code)
It's UTF-8
Can't handle special characters in
print()
statement, throws the above exception (I tried with the Danish 'å' letter.)In addition, at submission, because of the issue, it replaces the special characters with others, producing a 'Wrong answer' result.