I am trying to display a japanese display for my gtk Cross compiled linux embedded system. Im using the gtk+-1.2.9 for this is one of the gtk-1.2 version that is supported by dillo web browser. Currenty, gtk buttons does not display japanese fonts, it only display lines instead of text. What I did is the following steps
> export LANG=ja_JP.eucJP or ja_JP.UTF-8
> export LC_ALL=ja_JP.eucJP or ja_JP.UTF-8
When I am going to used UTF-8, it displays a warning message "Gdk-warning: locale not supported by C library" and it will display english fonts. But if I am going to used the eucJP, the warning message disappeared and the widgets only displayed lines instead of text. My gtk configuration is this
> ./configure --prefix=$PREFIX <setting for cross compilation> --with-locale=ja_JP.eucJP
I can't pinpoint why it does not display japanese fonts on its widgets. Any hints guys??? Is there something wrong with my configuration???
_______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list