00001 /* $XFree86: xc/programs/xterm/keysym2ucs.h,v 1.1 1999/06/12 15:37:18 dawes Exp $ */ 00002 /* 00003 * This module converts keysym values into the corresponding ISO 10646-1 00004 * (UCS, Unicode) values. 00005 */ 00006 00007 #include "ut_types.h" 00008 00009 UT_sint32 keysym2ucs(UT_uint32 keysym);