-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0, 1.4.1, 5.0
-
b28
-
generic, x86
-
generic, linux, solaris_9
This bug will be used to track some J2SE charset code reorganization which will
ensure that in addition to migrating those encodings within the broad set of
encodings supported by J2SE to the java.nio charset API and framework there
is a goal to ensure that all such NIO supported charset X-coders have no
explicit dependencies on the sun.io.* legacy converter implementations.
Currently the majority of the sun.nio.cs.ext.* bundled international charset
implementations depend on accessor methods provided within the sun.io.*
converter classes. This work will reverse the dependency allowing for the
swift completion of the retirement of the sun.io.* legacy converter classes
from the platform. A related but distinct effort to remove other islands of
dependency on the sun.io converter within the existing platform implementation
is detailed within bugID 4454622
###@###.### 2003-07-14
###@###.### 2003-07-14
ensure that in addition to migrating those encodings within the broad set of
encodings supported by J2SE to the java.nio charset API and framework there
is a goal to ensure that all such NIO supported charset X-coders have no
explicit dependencies on the sun.io.* legacy converter implementations.
Currently the majority of the sun.nio.cs.ext.* bundled international charset
implementations depend on accessor methods provided within the sun.io.*
converter classes. This work will reverse the dependency allowing for the
swift completion of the retirement of the sun.io.* legacy converter classes
from the platform. A related but distinct effort to remove other islands of
dependency on the sun.io converter within the existing platform implementation
is detailed within bugID 4454622
###@###.### 2003-07-14
###@###.### 2003-07-14
- duplicates
-
JDK-4422049 (cs) Extended set of character converters not available through Charset API
- Closed
- relates to
-
JDK-4831163 Need NIO implementation for JISAutoDetect autodetecting charset
- Resolved