-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.2.0
-
sparc
-
solaris_2.5.1
Any characters other than ascii can't be displayed on the Component
with set/get methods on Solaris
For example, the following button doesn't display title string.
new Button(XXXXXXX);
^^^^^^^^
Japanese characters
Sytem.out.println() or Graphics.drawString() method works.
I guess awtJNI_MakeMultiFontString() in multi_font.c has any problems.
with set/get methods on Solaris
For example, the following button doesn't display title string.
new Button(XXXXXXX);
^^^^^^^^
Japanese characters
Sytem.out.println() or Graphics.drawString() method works.
I guess awtJNI_MakeMultiFontString() in multi_font.c has any problems.
- duplicates
-
JDK-4081668 CANNOT TYPE ANY CHARACTER NOT ISO-LATIN-1 CHARACTER
- Closed