Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-833

[classlib][lang] unexpected IllegalCharsetNameException for ByteArrayOutputStream().toString("~]?-??-?");

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • None
    • None
    • Classlib
    • None

    Description

      The Harmony method ByteArrayOutputStream().toString("~]????") throws IllegalCharsetNameException while spec requires UnsupportedEncodingException.

      ============ test.java =========================
      import java.io.*;

      public class test {
      public static void main (String[] args) {
      try

      { new ByteArrayOutputStream().toString("~]?-??-?"); }

      catch (Exception e)

      { System.out.println("" + e); }


      }
      }
      ============================================

      Output:
      C:\tmp\tmp17>C:\jrockit-jdk1.5.0-windows-ia32\bin\java.exe -showversion test
      java version "1.5.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
      BEA WebLogic JRockit(R) (build dra-38972-20041208-2001-win-ia32, R25.0.0-75, GC: System optimized over throughput (initial strategy singleparpar))

      java.io.UnsupportedEncodingException: ~]????

      C:\tmp\tmp17>C:\harmony\trunk_0427\deploy\jdk\jre\bin\java.exe -showversion test
      java version 1.5 (subset)

      (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
      java.nio.charset.IllegalCharsetNameException: The illegal charset name is "~]????".

      Attachments

        1. ByteArrayOutputStreamTest.patch
          0.7 kB
          Vladimir Bossicard
        2. String.patch
          0.7 kB
          Vladimir Bossicard

        Activity

          People

            Unassigned Unassigned
            vladimir Vladimir Bossicard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: