|
Comments
|
Submitted On 07-MAR-2000
theferret
Specifically, font.properties.UTF8.5.7 should be used.
And it should be slightly adjusted (see below)
This will allow for kanji display, reguardless of what
locale the user is set to, "out of the box".
This is CRITICAL for programs that display "foreign" text.
EG: any current WEB BROWSER, like netscape, normally allows
automatic detection and display of iso-2022-jp pages.
ADDITIONALLY, the font chosen for jis0208 should be changed
from
-misc-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
to
-jis-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
This simple one-word change, will use a more detailed font
that is STANDARD on solaris, and other UNIXen.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|