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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For input of symbols in different languages. And for switching languages.
It is necessary to establish the special screen keyboard. (enters symbols in UNICODE as far as I have understood)
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.
HP IPAQ hx 2110
Windows Mobile 2003 SE
Is it possible to test this on an English PDA? I've never seen a way to switch to a different keyboard layout or Input Method Editor like Windows XP.
For input of symbols in different languages. And for switching languages.
It is necessary to establish the special screen keyboard. (enters symbols in UNICODE as far as I have understood)
For example:
KeyboardPlus (freeware)
http://www.hpc.ru/soft/software.phtml?id=12723
(It is possible to adjust in a mode of Russian or Ukrainian.)
Please, fix this bug...