(cs) outputstream prints wrong values for non-ascii characters

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.4.0
    • Component/s: core-libs
    • x86
    • windows_2000



      Name: yyT116575 Date: 07/19/2001


      java version "1.4.0-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
      Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)


      The output of System.out.println() is different from previous versions of jdk
      on Windows 2000. This is also true of Windows NT.

      The test program prints this with jdk 1.4:

      ??

      and this with jdk 1.3:

      ????

      Here's the test program:

      public class str {
        public static void main(String[] args) {
          System.out.println("\u304a\u304d\u3083\u304f");
        }
      }
      (Review ID: 128273)
      ======================================================================

            Assignee:
            Iris Clark
            Reporter:
            Yung-ching Young (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: