I have a Tkinter Entry widget and a Hungarian keyboard. When I press the ő button on the keyboard, the Entry widget displays õ
. ű becomes û
. (I haven't had this problem in other applications since Windows 3.1.)
Edit:
I do have two language settings on this computer and when I start changing them around, the problem disappears.
What can I do to make Tkinter handle my input correctly?