On Fri, 5 Aug 2022 02:15:21 GMT, Ichiroh Takiguchi <itakigu...@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