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.
Thanks for all! I solved this problem!