Hi Marceau san, From: David Marceau <[EMAIL PROTECTED]> Subject: Re: Debian java japanese input method and display problem Date: Sun, 19 Dec 2004 13:22:24 -0500 > > (2)run xfontsel and ensure they are configured for X11. > I didn't do this because the above aptitude setup the fonts > correctly here.
> > (3)copy fontconfig.Redhat.8.0.properties.src to fontconfig.properties > > in /usr/lib/j2sdk1.5-sun/jre/lib. > I noticed fontconfig.properties did not exist on my Debian unstable > > version linux. Yes, fontconfig.properties is not exist. You have to copy it. > I discovered font.properties existed. > mv font.properties font.properties.original > cp fontconfig.properties font.properties font.properties is not used by J2SE5. Please remove it. > > (4)replace "-misc-kochi" to "-sazanami-". Then fontconfig.properties > > is describe as follows: > > ... > > serif.plain.japanese-x0201=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0\201.1976-0 > > serif.plain.japanese-x0208=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0\208.1983-0 Above description means all font configurations for Japanese are configurured for sazanami. If you would like to use Japanese with dialog-plain font, You have to write this: dialog.plain.japanese-x0201=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0\201.1976-0 dialog.plain.japanese-x0208=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0\208.1983-0 cheers, Takashi Okamoto