-
Bug
-
Resolution: Fixed
-
P5
-
1.4.0
-
tiger
-
generic
-
generic
Name: bsC130419 Date: 07/25/2001
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
The encodings named "MS874", "TIS620"
are written without Hyphen "-" and case sensitive.
("Ms874", "MS-874", "TIS-620",.., "tis620" don't work)
Whereas encoding named "Windows-874"
is written with Hyphen and not case sensitive.
("WINDOWS-874", "WiNdoWs-874" ... work)
Can be tested with class String
or native2ascii utilitiy.
(Review ID: 128813)
======================================================================
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
The encodings named "MS874", "TIS620"
are written without Hyphen "-" and case sensitive.
("Ms874", "MS-874", "TIS-620",.., "tis620" don't work)
Whereas encoding named "Windows-874"
is written with Hyphen and not case sensitive.
("WINDOWS-874", "WiNdoWs-874" ... work)
Can be tested with class String
or native2ascii utilitiy.
(Review ID: 128813)
======================================================================