Hi,
From: SHUDO Kazuyuki <[EMAIL PROTECTED]>
Subject: Re: font.properties.ja
Date: Thu, 28 Jan 1999 12:16:53 +0900
> We can handle Japanese characters with JDK for Linux. but,
>
> JDK 1.1.7v1a for Linux has a bug that a `file.encoding'
> property isn't set correc
> I have a Java app which uses the Japanese Hiragana unicode characters
> that start at 0x3040.
> Can anyone tell me if there is an equivalent mechanism for Java/Linux
> 1.1.7 please ?
We can handle Japanese characters with JDK for Linux. but,
JDK 1.1.7v1a for Linux has a bug that a `file.encod
> font properties file 'font.properties.ja' which is shipped in the JDK
> lib directory.
>
> On AIX I can make this be picked up by simply doing
>
> 'export LANG=ja_JP'
>
> before running my Java program.
>
> Can anyone t
Hi,
I have a Java app which uses the Japanese Hiragana unicode characters
that start at 0x3040.
On AIX, I can get these displayed by ensuring that I am using the
font properties file 'font.properties.ja' which is shipped in the JDK
lib directory.
On AIX I can make this be picked up