-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b12
-
generic
-
generic
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
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
- relates to
-
JDK-5065777 CharsetEncoder canEncode() methods often incorrectly return false
-
- Resolved
-