-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b24
-
generic
-
generic
According to "JDK 20 Internationalization Guide"
https://docs.oracle.com/en/java/javase/20/intl/supported-encodings.html
Following Solaris related Japanese charsets are in "contained in jdk.charsets module" list.
* PCK (x-PCK)
* EUC_JP_Solaris (x-eucJP-Open)
* Big5_Solaris (x-Big5-Solaris)
These are not supported by Linux platform, so they should not be in java.base module.
https://docs.oracle.com/en/java/javase/20/intl/supported-encodings.html
Following Solaris related Japanese charsets are in "contained in jdk.charsets module" list.
* PCK (x-PCK)
* EUC_JP_Solaris (x-eucJP-Open)
* Big5_Solaris (x-Big5-Solaris)
These are not supported by Linux platform, so they should not be in java.base module.