<i18n dev> Integrated: 8308046: Move Solaris related charsets from java.base to jdk.charsets module
Ichiroh Takiguchi
itakiguchi at openjdk.org
Tue May 23 00:45:10 UTC 2023
On Mon, 15 May 2023 00:28:41 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:
> According to "JDK 20 Internationalization Guide"
> https://docs.oracle.com/en/java/javase/20/intl/supported-encodings.html
> Following Solaris related 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.
>
> Note:
> GHA Linux x86 builds were failed.
> I think it's not related by my modified code.
> I opened [JDK-8308051](https://bugs.openjdk.org/browse/JDK-8308051) GHA: Linux x86 builds failure
This pull request has now been integrated.
Changeset: 5d8ba938
Author: Ichiroh Takiguchi <itakiguchi at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5d8ba938bef162b74816147eb1002a0620a419ba
Stats: 21 lines in 4 files changed: 0 ins; 6 del; 15 mod
8308046: Move Solaris related charsets from java.base to jdk.charsets module
Reviewed-by: naoto
-------------
PR: https://git.openjdk.org/jdk/pull/13973
More information about the i18n-dev
mailing list