<i18n dev> RFR: 8291916: Unexpected output on Windows command prompt
Naoto Sato
naoto at openjdk.org
Fri Sep 9 22:30:41 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
Considering those code page encodings are legacy ones (Microsoft now endorses UTF-8 (cp65001) as the default encoding), I still don't think moving those charsets into java.base module is a good idea. Keeping the base module small is more important IMO.
-------------
PR: https://git.openjdk.org/jdk/pull/9761
More information about the i18n-dev
mailing list