On Tue, 1 Nov 2005 10:44:40 +0900 [EMAIL PROTECTED] wrote: >I think more indepth debugging is required.
To trace internal locale-related function in libX11,
the public header/library files are insufficient.
Now I say the sources for your libX11 is required.
BTW, build attached "xresolvelocale.c" and test as:
$ gcc -o xresolvelocale.exe xresolvelocale.c \
-I/usr/X11R6/include -L/usr/X11R6/lib -lX11
$ ./xresolvelocale ja_JP
It tests /usr/X11R6/lib/X11/locale/locale.alias on
your system. If works correctly, you will receive
$ ./xresolvelocale ja_JP
call _XlcResolveLocaleName() for "ja_JP"... resolved
siname=ja_JP.eucJP
language=ja
territory=JP
codeset=eucJP
xresolvelocale.c
Description: Binary data
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
