RFR: 8285517: System.getenv() returns unexpected value if environment variable has non ASCII character [v9]
Naoto Sato
naoto at openjdk.java.net
Tue May 17 15:49:53 UTC 2022
On Tue, 17 May 2022 01:19:30 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:
>> On JDK19 with Linux ja_JP.eucjp locale,
>> System.getenv() returns unexpected value if environment variable has Japanese EUC characters.
>> It seems this issue happens because of JEP 400.
>> Arguments for ProcessBuilder have same kind of issue.
>
> Ichiroh Takiguchi has updated the pull request incrementally with one additional commit since the last revision:
>
> 8285517: System.getenv() returns unexpected value if environment variable has non ASCII character
Looks good. Thanks for the fix!
-------------
Marked as reviewed by naoto (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8378
More information about the core-libs-dev
mailing list