Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4175042

Can't display mathematical symbols in Chinese, Japanese, Korean on Windows

XMLWordPrintable

    • 2d
    • 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

            sherman Xueming Shen
            jhusunw Jim Hu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: