[Idle-dev] How can I see Cyrillic comment's line from my *.py by IDLE 0.6?

Valerie Ivanov vi@ippe.obninsk.ru
Sat, 12 Aug 2000 18:33:07 +0400


Hi Pythoners,

I have some problem concerning with output in IDLE 0.6 non-english
char's.
Using previous version (IDLE 0.5) one can toggle in Window's version
font's family:

text['font'] = ("courier new", 10)

and it works OK.
But new advanced version (0.6) of IDLE have unicode support (It is
great!) and have loss old useful feature, or haven't?
I can't find anything in doc's about supporting other fonts, i.e.
Cyrillic (Windows-1251).
Can anyone to help me solve this problem?

Best regards.
Thank for any comments,
Valerie Ivanov

PS If I use PythonWin, then this font's ambiguity doesn't take place.
:-)