NOTE: This material does not necessarily refer to the most recent version of Java. For the most recent FAQs, see here.
Chinese Java I18n
Japanese Java I18n
- My Windows locale is Japanese by default but I need
my DOS Windows, where I run programs, to be in English. Is this possible?
- Why are Japanese(kanji) characters not displayed by 1.3 VM on
a multilanguage system?
- The default font.properties.ja that comes with jdk has references to iso8859-1 encoding for some of the fonts.
However, using xfd, it was determined that the english fonts mentioned therein do not exist. Why is this?
- Why must I change the encoding name for the getBytes() method
from SJIS to SHIFT_SJIS, for a Japanese database that uses JA16SJIS? This doesn't make
sense, as SHIFT_SJIS is supposedly not a supported encoding, but using SJIS, some characters
become '?' on the server side.
- I followed the directions from your documentation on
Adding Fonts to the Java Runtime, but I'm having difficulties trying to create an applet
that will display Japanese characters
on an English version of NT 4 with IE 5 and the Java plug-in (JDK1.2.2). Could you please
tell me how to install and use the fonts. (Like, what components won`t work with non-English characters because of native stuff, etc)?
Korean Java I18n
- I have encountered some difficulties in displaying Korean characters in JDK1.3 in Windows NT.
I have a simple application that was used to demonstrate the ablity to
display Asian charactersIt works when I run it using jdk1.1.8,
But it will just display some square characters when I run it using
jdk1.3. Could you tell me if you have made any changes in the development of jdk1.3 which
could be causing this problem? Or else, could you let me know how to fix the
problem?
Vietnamese Java I18n
General CJKV Java I18n
Chinese Java I18n
Japanese Java I18n
- I followed the directions from your documentation on
Adding Fonts to the Java Runtime, but I'm having difficulties trying to create an applet
that will display Japanese characters
on an English version of NT 4 with IE 5 and the Java plug-in (JDK1.2.2). Could you please
tell me how to install
and use the fonts. (Like, what components won't work with non-English
characters because of native stuff, etc)?
- The modified
SwingApplet.java
and
font.properties
files have been tested under IE5, using the 1.2.2 plugin and everything
displayed correctly. The font.properties file is
not just a copy of the font.properties.ja file. The significant difference
is that the font name for MS
Mincho on a US English system is different than the name for the font
that comes with a Japanese version of NT. The Japanese font name is
actually in Japanese.
Run SwingApplet and if it works, then use the modified font.properties file.
Korean Java I18n
Vietnamese Java I18n
General CJKV Java I18n
Back to Question Category Page.
|