Date: Fri, 23 Jun 2000 17:27:19 +0900 From: <taguchi@tohoku.iij.ad.jp> To: daichi@ongs.net Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset9 test: Japanese Font Problem Message-ID: <x54s6kls48.wl@hirose.tohoku.iij.ad.jp> In-Reply-To: In your message of "Wed, 21 Jun 2000 21:33:50 %2B0900 (JST)" <84708005.961590830141.JavaMail.daichi@localhost> References: <84708005.961590830141.JavaMail.daichi@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, GOTO-san > # diff font.properties font.properties.ja > 40,41c40,41 > < sansserif.1=-*-zapf dingbats-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific > < sansserif.2=-*-symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific > --- > > sansserif.1=-wadalab-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0 > > sansserif.2=-wadalab-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 > Not good enough ;-) I think you should set fontcharset.*.[12], such as following: fontcharset.sansserif.1=sun.awt.motif.CharToByteX11JIS0201 fontcharset.sansserif.2=sun.awt.motif.CharToByteX11JIS0208 Is this correct? But this config is also "not good". It can not display multibyte charactors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?x54s6kls48.wl>