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

15th Sep 2017, 11:13 AM
yuri
3 Réponses
+ 1
it works for utf-16. !!!!
21st Jun 2018, 9:48 AM
yuri
0
it should look something like that : #-*-coding:utf-8-*- But SL can't provide all features of all languages ... unfortunately
15th Sep 2017, 11:39 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
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?
15th Sep 2017, 6:27 PM
yuri