RFR: 8285517: System.getenv() returns unexpected value if environment variable has non ASCII character [v5]

Ichiroh Takiguchi itakiguchi at openjdk.java.net
Fri May 6 14:23:00 UTC 2022


> 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

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8378/files
  - new: https://git.openjdk.java.net/jdk/pull/8378/files/84e6d639..5bd8492f

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8378&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8378&range=03-04

  Stats: 103 lines in 4 files changed: 39 ins; 39 del; 25 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8378.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8378/head:pull/8378

PR: https://git.openjdk.java.net/jdk/pull/8378


More information about the core-libs-dev mailing list