Does there exist a function in Xlib as simple as this... wchar_t unicode = XKeySymToUnicode( KeySym ) ...to map a KeySym to it's Unicode eqivilent? If not, why? What's available to achieve similar results?