Cyrillic letters in 'Entry' widget

Denis S. Otkidach ods at strana.ru
Tue Nov 12 07:27:43 EST 2002


DSO> MvL> >>> import Tkinter
DSO> MvL> >>> t=Tkinter.Entry()
DSO> MvL> >>> t.pack()
DSO> MvL> >>> t.insert(0,u'\N{CYRILLIC SMALL LETTER ZHE}\u0437')
DSO> MvL> >>>
DSO> MvL>
DSO> MvL> works fine for me. What does that give for you?
DSO>
DSO> This helps for output only.  To recieve input you need
DSO> patching
DSO> Tkinter: http://prefnews.ru/forum/viewtopic.php?t=19

Here is also explanation in archive:
http://mail.python.org/pipermail/idle-dev/2001-July/000515.html


-- 
Denis S. Otkidach
http://www.python.ru/      [ru]





More information about the Python-list mailing list