[osol-discuss] dealing with Xutf8LookupString absence

2009-08-11 Thread Dennis Clarke
Has anyone hit an issue where Xutf8LookupString simply is not available in the implementaion of X on Solaris/OpenSolaris ? I refer to this function : http://www.xfree86.org/current/Xutf8LookupString.3.html I have looked around and found a statement by Mr. Coopersmith that says : Actually

Re: [osol-discuss] dealing with Xutf8LookupString absence

2009-08-11 Thread Dennis Clarke
follow up ... Always *after* I hit send. :-P It is possible to use : len = XmbLookupString(winPtr-inputContext, eventPtr-xkey, Tcl_DStringValue(buf), len, NULL, status); but one would think UTF8 is possible. Dennis ___

Re: [osol-discuss] dealing with Xutf8LookupString absence

2009-08-11 Thread Alan Coopersmith
Dennis Clarke wrote: follow up ... Always *after* I hit send. :-P It is possible to use : len = XmbLookupString(winPtr-inputContext, eventPtr-xkey, Tcl_DStringValue(buf), len, NULL, status); but one would think UTF8 is possible. I didn't see the original post,