[issue1222721] tk + setlocale problems...

2008-03-26 Thread ghorvath
ghorvath <[EMAIL PROTECTED]> added the comment: I can confirm that this bug is still present. After locale.setlocale(locale.LC_ALL, '') Backspace in Tkinter.Entry is not working anymore. There is no difference if the Backspace is issued by the keyboard or by self.maste

[issue1222721] tk + setlocale problems...

2008-03-26 Thread ghorvath
ghorvath <[EMAIL PROTECTED]> added the comment: Attached a workaround for this problem, based on: http://ml.osdir.com/games.mud.client.lyntin/2005-03/msg5.html I also found that the problem only appears when the LC_NUMERIC setting is different to en_US. (for example if it is de_AT)