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

cs.canEncode(c) incorrectly returns false when cs is EUC-TW and c <= 0xff

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 5.0
    • core-libs

      Charset.forName("EUC-TW").newEncoder().canEncode(c)
      returns false for all c <= 0xff.
      But many of those characters (in particular, all the ASCII characters),
      can be encoded.

      (This is a part of the fix for 5065777)

      ###@###.### 2004-06-22

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: