-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
x86
-
linux
Name: asR10013 Date: 04/27/2000
Test sun/io/Converter/TestConv.java form regression testsuite uses
translation tables in order to check jvm bytes to character mapping engine.
Some of this tables are outdated and should be updated.
Here is the list of incorrect tables:
Cp437.b2c
Cp852.b2c
Cp856.b2c
Cp860.b2c
Cp861.b2c
Cp863.b2c
Cp865.b2c
Cp869.b2c
Cp930.b2c
Cp933.b2c
Cp935.b2c
Cp937.b2c
Cp939.b2c
Cp948.b2c
Cp970.b2c
SJIS.b2c
The latest versions of translation tables could be found on
ftp://ftp.unicode.org/Public/MAPPINGS
Additionally test can not handle multiple mappings. For example
in Big5 encoding two different national characters are translated to
one unicode character.
0xA15A -> 0xFF3F
0xA1C4 -> 0xFF3F
In this case test issues warning message and simply fails.
======================================================================
- duplicates
-
JDK-4367238 Regression test sun/io/Converter/TestConv.java failing
-
- Closed
-