Submitted by Anonymous on Fri, 05/26/2000 - 07:34. Developers
I compiled openmotif on Freebsd 4.0 and XFree86 4.0, but cannot display multi-bytes charactors on root menu of mwm nor menu bar of emacs with motif.
I set LANG environment variable to ja_JP.EUC and specify Mwm*fontList *-fixed-medium-r-normal--16-*.
Anyone can display mulit-bytes charactor?
I also compiled Open Motif on FreeBSD 4.0 with XFree86 4.0.
But I could display multi-byte(i.e. kanji) charactors with mwm
by setting the LANG environment variable and the X resources
Mwm*fontList
-misc-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1;
-misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0; -misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0
I can see Multi-byte charactors by specifing Mwm*fontList.
Thanks!