JDK-4831163 : Need NIO implementation for JISAutoDetect autodetecting charset
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.3.0,5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-03-12
  • Updated: 2003-09-12
  • Resolved: 2003-09-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
As part of completing full migration of commonly used encodings and coders for the same to
use the java.nio.charset SPI/API a pure Java NIO implementation of the autodecting
charset, JISAutoDetect is required for the next J2SE feature release. 
###@###.### 2003-03-12
###@###.### 2003-07-23

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b20
14-06-2004

EVALUATION Involves porting the existing sun.io.ByteToCharJISAutoDetect converter to an autodecting java.nio.CharsetDecoder concrete subclass. Worked being undertaken as a sub-task of larger NIO charset migration effort in Tiger being tracked within bugID 4890306 ###@###.### 2003-07-23
23-07-2003