EVT_CHAR and GetUniChar

Hi all!
I use EVT_CHAR, in event handler call event method GetUniChar,
but return value always 0, for all keys, latin and non-latin.
wxPython 2.5.2.7 (gtk2), built with unicode support.
What wrong?

With best regards,
Alexander

Alexander I. Evseev wrote:

Hi all!
I use EVT_CHAR, in event handler call event method GetUniChar,
but return value always 0, for all keys, latin and non-latin.
wxPython 2.5.2.7 (gtk2), built with unicode support.

[Note that GetUniChar is a compatibility alias for GetUnicodeKey]

I don't have any input methods setup for actually entering unicode characters, but I am getting non-zero values for GetUnicodeKey for normal ascii keystrokes. This is with 2.5.2.8.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!