GNOME Bugzilla – Bug 73112
gdk_convert_case and directly-encoded UCS chars
Last modified: 2011-02-04 16:09:32 UTC
The gdk_convert_case() function presumably doesn't work with those keysyms that are directly encoded UCS characters. I don't know whether such keysyms occur naturally on input on X11, but on Win32 it is definitely a possibility that a inputted key doesn't correspond to any of the GDK keysyms, and thus the keysym in GDK event is its Unicode value with the 0x01000000 bit ORed in.
Created attachment 6929 [details] [review] Suggested patch
Go ahead and commit.
Committed.
*** Bug 72137 has been marked as a duplicate of this bug. ***