-
Bug
-
Resolution: Fixed
-
P4
-
11
-
None
-
b11
-
aix
Currently, the set of AIX-specifc supported charsets in java.base as defined in make/data/charsetmapping/stdcs-aix is minimal:
EUC_CN
EUC_KR
GBK
and much smaller compared to the ones defined on Linux and Solaris (see stdcs-linux and stdcs-solaris).
This is the consequence of an emergency fix (JDK-8081332) I did back in 2015 to fix the build on AIX after the integration of the modularity support change (see discussion: http://mail.openjdk.java.net/pipermail/2d-dev/2015-May/005431.html). At that time I only added the minimal set of charsets which were required to fix the build.
It is now time to extend this list to the actual requirements on AIX.
EUC_CN
EUC_KR
GBK
and much smaller compared to the ones defined on Linux and Solaris (see stdcs-linux and stdcs-solaris).
This is the consequence of an emergency fix (
It is now time to extend this list to the actual requirements on AIX.
- relates to
-
JDK-8081332 AIX: fix charset dependenicies after 8035302:Eliminate dependency on jdk.charsets from 2D font code.
-
- Resolved
-
-
JDK-8202329 Codepage mappings for IBM-943 and Big5 (aix)
-
- Closed
-