Due to a bug in wxPython 2.6 all complex unicode characters (having a unicode
value above 255) are dropped from entry widgets after leaving the entry. The
reason is a bug in wxPython (request id: 1455924) which does not cause such
unicode-characters to generate a wx.EVT_CHAR event which in turn is needed by
gnue-forms to track the input. |