Hi,
I'm using motif 2.1 and x11r6 on Solaris 8. In my application I'm using
Drawing Area widget for text editing. I'm trying to create a input context
for Root-Window input style. The following XCreateIC() call fails randomly
on utf-8 locale, while the same problem is not happening on non utf-8 locale
e.g. ja_JP.eucJP.
ic = XCreateIC (im, XNInputStyle, XIMPreeditNothing | XIMStatusNothing,
XNClientWindow, xim_win, NULL)) == NULL)
{
printf("\nXCreateIC failed.\n");
return (0);
}
I'm not able to identify what is going wrong. Please help.
Thanks in advance.
-Pralay
_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users