JDK-4206512 : jdk1.2 : TIS620.2533 encoding is throwing a java.io.UnsupportedEncoding
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_7
  • CPU: generic
  • Submitted: 1999-01-27
  • Updated: 1999-09-27
  • Resolved: 1999-09-27
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
1.3.0 kestrelFixed
Related Reports
Relates :  
Relates :  
Description
tim.foster@Ireland 1999-01-27
The attached program testcharconvert.java throws an exception when running in the th_TH locale on solaris. Exact details on the build of solaris and the build of the jdk are included in the attachments.

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

EVALUATION Looks like Solaris calls its Thai default encoding TIS620.2533, while the JDK uses TIS620. Need to verify that our TIS620 converter actually implements TIS620.2533, and if so, add an alias. norbert.lindenberg@Eng 1999-01-29 [xueming.shen@Eng 1999-09-09] Compare our TIS620 table with IBM Cp874 which is documented as "TIS620.2533 codeset", I believe our TIS620 should be the same as the Solaris TIS620.2533, will add an alias in the mapping table.
11-06-2004