-
Bug
-
Resolution: Fixed
-
P2
-
1.2.0
-
1.2fcs
-
x86
-
windows_nt
-
Verified
JDK Version: 1.2fcs-K
OS: win95
Locale: zh
In win95 (Simplified Chinese Version), swing can not displayed a certain string.
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.text.*;
public class JButtonTester {
public static void main(String[] args) {
JButton jb = new JButton("\u222e\u2261\u224c\u2248\u223d\u221d\u2260\u226e\u226f\u2264");
JFrame jf = new JFrame("Tester of Chinese Display");
jf.getContentPane().add(jb);
jf.pack();
jf.show();
}
}
jim.hu@prc 1998-09-21
Now, in Win32, Greek characters are not displayed correctly.
But, in ja environment, Greek character can be inputed through Input Method.
This is very serious that inputable characters are not displayed correctly.
cindy.jao@eng 1998-10-12
OS: win95
Locale: zh
In win95 (Simplified Chinese Version), swing can not displayed a certain string.
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.text.*;
public class JButtonTester {
public static void main(String[] args) {
JButton jb = new JButton("\u222e\u2261\u224c\u2248\u223d\u221d\u2260\u226e\u226f\u2264");
JFrame jf = new JFrame("Tester of Chinese Display");
jf.getContentPane().add(jb);
jf.pack();
jf.show();
}
}
jim.hu@prc 1998-09-21
Now, in Win32, Greek characters are not displayed correctly.
But, in ja environment, Greek character can be inputed through Input Method.
This is very serious that inputable characters are not displayed correctly.
cindy.jao@eng 1998-10-12