RFR: 8344275: tools/jpackage/windows/Win8301247Test.java fails on localized Windows platform
Taizo Kurashige
duke at openjdk.org
Wed Nov 20 04:19:14 UTC 2024
On Fri, 15 Nov 2024 14:23:36 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> I'm not sure "65001" is the right choice if the request is to get the output in English. Would "437" or "850" be more appropriate arguments for the "chcp" command?
After receiving your comment, I ran the chcp command on Windows Server 2019 (English locale) and the active code page was 437.
For this reason, I think 437 is more appropriate.
I changed code page from 65001 to 437.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22142#issuecomment-2487376685
More information about the core-libs-dev
mailing list