Tested OS : RH9.0, RH8.0, RHAS2.1 32-bit
Tested Build : Tiger b14
Multi-byte characters are not displayed correctly on Frame's title.
To reproduce,
1) Compile the attached test case(Title.java).
2) Launch the test case.
The string, "abc\u3042\u3044\u3046\u3048\u304a", which includes double-byte characters is expected to be displayed, but only "abc" is displayed correctly and the double-byte characters are corrupted on RH8.0 and RH9.0.
On RHAS2.1 32bit, only "abc" is shown.
This is reproducible alson in b13, but not b12.
This is not reproducible on Solaris.
This bug is reproducible also on SwingSet2 demo.
1)Select FileChooser demo and click one of the button to launch the FileChooser.
or
2) Select JOptionDialog demo and click one of the button to launch the daialog.
Then, you can see the problem.
This is reproducible also in Jaws application manager or Java Console.
Please launch $JREHOME/bin/Jaws with Java Console enabled.
- relates to
-
JDK-4908095 XAWT Frame title is different from Motif one
- Resolved
-
JDK-4935828 Unable to display german chars in title.
- Closed