-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.3.1
-
x86
-
linux
java version "1.3.1ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1ea-b03)
Java HotSpot(TM) Client VM (build 1.3.1ea-b03, mixed mode)
On RedHatLinux6.2J with Ladybird b03,
Japanese characters can not be drawn with AttributedString and the fonts below;
Serif
SansSerif
Monospacd
Dialog
DialogInput
To reproduce,
1. Compile an attached program, AttributedStringTest.java.
2. Excute the program specifying an argument for a font as follows;
java AttributedStringTest Serif
java AttributedStringTest SansSerif
java AttributedStringTest Monospacd
java AttributedStringTest Dialog
java AttributedStringTest DialogInput
Then you can see no Japanese string is displayed though Japanese string is expected to follow "AttributedString:".
This problem does not occur with Kestrel.