0
Problem in showing Unicode characters
I'm facing problem showing Unicode characters in python on Sololearn, though character are showing in Python IDLE they are not showing both on win console and Sololearn app. Although Js code seems to work fine & Py code is also running fine on Pydroid3 on android. Sololearn's servers are running on Windows, Py 3.5, not 3.6 the latest, because of this it was raising UnicodeEncodeError although I Fixed that by manually encoding the Unicode string. * Is there a way to show Unicode characters in Sololearn app?
2 Antworten
0
@Ace How can this help me showing the Unicode characters? can you show me some code that works.😊 Take unicode characters from my code.
- 1
problematic py & working js code
https://code.sololearn.com/cBcJ4DBYU0pU/?ref=app
https://code.sololearn.com/WR5Z7hRI8Uy3/?ref=app