In console when I'm trying output Russian characters It gives me ???????????????
Who know why?
I tried write to file - in this case the same situation.
for example
f=open('tets.txt','w')
f.write('some russian text')
f.close
inside file is - ?????????????????????????/
or
p="some russian text"
print p
?????????????
In additional Notepad don't allow me to save file with Russian letters. I give this:
This file contains characters in
Unicode format which will be lost if
you save this file as an ANSI encoded
text file. To keep the Unicode
information, click Cancel below and
then select one of the Unicode options
from the Encoding drop down list.
Continue?
How to adjust my system, so I will don't have this problems.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…