+ 1
Cyrillic in python
I want insert in input() a string with text on cyrillic. But Solo displays an UnicodeEncodeError. I tried u'CyrillicText', without success. Has this problem a solution?
2 Antworten
0
The unicodeEncodeError does not appear, but the text in input has a bit structure: 'u0412\u0432…', so the compiler does not see it.
- 1
Didn't work, displays EOFError.