Date: Fri, 23 Jun 2000 19:45:18 +0900 From: <taguchi@tohoku.iij.ad.jp> To: freebsd-java@FreeBSD.ORG Subject: Re: patchset9 test: Japanese Font Problem Message-ID: <x51z1ollq9.wl@hirose.tohoku.iij.ad.jp> In-Reply-To: In your message of "Fri, 23 Jun 2000 17:27:19 %2B0900" <x54s6kls48.wl@hirose.tohoku.iij.ad.jp> References: <84708005.961590830141.JavaMail.daichi@localhost> <x54s6kls48.wl@hirose.tohoku.iij.ad.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Perhaps, I find a probrem... > > # 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? src/freebsd/classes/sun/awt/motif contains CharToByteX11Dingbats.java only. it does not contain CharToByteX11(JIS0201|JIS0208).java. I think this is a probrem.... Is this correct? # ext/i18n/src/solaris/sun/awt/motif contains CharToByteX11*.java 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?x51z1ollq9.wl>