[jdk11u-dev] RFR: 8272352: Java launcher can not parse Chinese character when system locale is set to UTF-8

Stephanie Crater duke at openjdk.org
Sat Jul 16 00:47:25 UTC 2022


Backport of JDK-8272352: Java launcher can not parse Chinese character when system locale is set to UTF-8.

Does not apply cleanly to 11u due to a minor change for UTF-8 support otherwise included in JDK-8264208: Console charset API, which has not been backported to 11u. (I added `case 65001:` for UTF-8 on line 83).

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

Depends on: https://git.openjdk.org/jdk11u-dev/pull/1233

Commit messages:
 - Backport 011b96c37e694aca5ee82277d0634b843320d8f6

Changes: https://git.openjdk.org/jdk11u-dev/pull/1234/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1234&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8272352
  Stats: 15 lines in 1 file changed: 7 ins; 3 del; 5 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/1234.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1234/head:pull/1234

PR: https://git.openjdk.org/jdk11u-dev/pull/1234


More information about the jdk-updates-dev mailing list