Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Duplicate
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: client-libs
-
Subcomponent:
-
CPU:sparc
-
OS:solaris_2.5.1
Description
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.
Attachments
Issue Links
- duplicates
-
JDK-4081668 CANNOT TYPE ANY CHARACTER NOT ISO-LATIN-1 CHARACTER
-
- Closed
-