On Mon, 15 May 2023 00:28:41 GMT, Ichiroh Takiguchi <[email protected]> wrote:
> 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) > > 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 Hi @takiguc, I'd expect this change not specific to Japanese, but to all such as `Big-5`. BTW, I am thinking of removing Charsets for Solaris ([8308117](https://bugs.openjdk.org/browse/JDK-8308117)) ------------- PR Comment: https://git.openjdk.org/jdk/pull/13973#issuecomment-1548479096
