1 /* 2 * This module converts keysym values into the corresponding ISO 10646-1 3 * (UCS, Unicode) values. 4 */ 5 6 #include <X11/X.h> 7 8 long keysym2ucs(KeySym keysym); 9