0
Why Python Code Playground does not support local languages?
Does anyone know why Code Playground (for Python) does not support UTF-8 encoding? Due to this, users cannot use their languages for output (while in Web it is possible). https://code.sololearn.com/cPQASM4078YO/?ref=app
3 Réponses
+ 1
it works for utf-16. !!!!
0
it should look something like that :
#-*-coding:utf-8-*-
But SL can't provide all features of all languages ... unfortunately
0
@~swim~, the problem is that sys.stdout set to cp1252 on SL server instead of utf-8. and in the output window I cannot print any of greeting. could you see at your mobile?