RFR: 8352906: stdout/err.encoding on Windows set by incorrect Win32 call [v3]
Naoto Sato
naoto at openjdk.org
Thu Mar 27 16:20:08 UTC 2025
On Thu, 27 Mar 2025 16:11:47 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Handled the error case
>
> src/java.base/windows/native/libjava/java_props_md.c line 131:
>
>> 129: }
>> 130:
>> 131: static char* getConsoleEncoding(BOOL output)
>
> I assume the "output" param is to prepare for introducing stdin.encoding in the future.
Yes
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24263#discussion_r2017043498
More information about the core-libs-dev
mailing list