for the removal of the sun.io converter implementations in Mustang:
src/share/classes/sun/io/ByteToCharConverter.java
src/share/classes/sun/io/CharToByteConverter.java
src/share/classes/sun/io/CharacterEncoding.java
src/share/classes/sun/io/Converters.java
Charset support was completely re-written during Merlin (java.nio.charset).
During Tiger, all of the supported converters were ported to use this new
API (sun.nio.cs). The exising converter implemenations in sun.io merely
re-direct to the nio implementations.
We do not recommend further use of sun.io converters. Several bugs have
been filed to remove use of these converters in various parts of the JDK.
See bug 4454622.
-- iag@sfbay 2003-11-03
- relates to
-
JDK-4454622 (cs) Most character conversion clients do not use NIO API
- Resolved
-
JDK-4954004 Convert use of old sun.io APIs into new java.nio.charset APIs
- Resolved
-
JDK-4954012 Convert use of old sun.io APIs into new java.nio.charset APIs
- Resolved
-
JDK-4952580 Convert use of old sun.io APIs into new java.nio.charset APIs
- Resolved
-
JDK-4952584 Convert use of old sun.io APIs into new java.nio.charset APIs
- Resolved
-
JDK-6275382 Rowset2.0: no db2 test run due to some classes under sun/io/ missing. needed a new jdbc driver
- Closed
-
JDK-6237353 Remove sun.io package from j2se binary
- Closed
-
JDK-4952586 Convert use of old sun.io APIs into new java.nio.charset APIs
- Resolved
-
JDK-4952588 Convert use of old sun.io APIs into new java.nio.charset APIs
- Resolved
-
JDK-4952578 Convert use of old sun.io APIs into new java.nio.charset APIs
- Closed
-
JDK-4954008 Convert use of old sun.io APIs into new java.nio.charset APIs
- Closed