<i18n dev> RFR: 8291916: Unexpected output on Arabic Windows command prompt
Naoto Sato
naoto at openjdk.org
Fri Aug 5 16:48:10 UTC 2022
On Fri, 5 Aug 2022 02:15:21 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:
> To support Windows command prompt's codepage, following charsets should be moved from jdk.charsets module to java.base module.
>
> - IBM860
> - IBM861
> - IBM863
> - IBM864
> - IBM865
> - IBM869
Hi @takiguc,
I am not quite sure what is the rationale for moving those charsets into `java.base` module. IIUC, we typically did such a fix when the java runtime cannot boot in a supported configuration (https://bugs.openjdk.org/browse/JDK-8187910), but it seems that this issue does not warrant such a requirement. Will you elaborate more?
-------------
PR: https://git.openjdk.org/jdk/pull/9761
More information about the i18n-dev
mailing list