2006-02-25 23:57:12 PST
I have install:
PythonCE 2.3.5
TCL/Tk 8.4 (Tkinter-Files)
Problem at input of the text in widgets Tk.
English letters and figures are entered normally.
At input of Russian letters in an widgets there is a mistake: instead of the letter there is a figure or the English letter and the second symbol - a square.
The Russian text from a source code of the program is displayed normally.
For example: Button (root, text=u'привет ') .pack () All is correct, is displayed normally.
The mistake occurs only at input of the user.