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

CharToByte conversion fails for the encoding of Big5

XMLWordPrintable

    • 1.1.4
    • x86, sparc
    • solaris_2.5.1, windows_95
    • Not verified



      Name: dkC59003 Date: 08/07/97



      The following code fails to convert all the encoding characters into correct
      set of bytes (JDK 1.2G):

      ... ByteArrayOutputStream baos = new ByteArrayOutputStream( expectedBytes.length );
      OutputStreamWriter writer = new OutputStreamWriter( baos, "Big5" );
      writer.write( inputChars );
      writer.flush();
      bytes = baos.toByteArray(); ...

      To reproduce compile and run the JCK tests: tests/api/java_io/mbCharEncoding/TestBig5.java
      See tests/api/java_io/mbCharEncoding/index.html and comments in
      tests/api/java_io/mbCharEncoding/MBEncodingTest.java for test descriptions.
      The test outputs:
      Incorrect number of bytes written: 27400 expected: 27406
      First time character to byte conversion failed with 8193 byte:
          expected: ffffffb6 received: ffffffb7


      ======================================================================

            bcbeck Brian Beck (Inactive)
            dkhukhrosunw Dmitry Khukhro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: