[jdk11u-dev] RFR: 8272352: Java launcher can not parse Chinese character when system locale is set to UTF-8 [v4]
Stephanie Crater
duke at openjdk.org
Thu Jul 21 17:18:57 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).
Stephanie Crater has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
Merge master
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/1234/files
- new: https://git.openjdk.org/jdk11u-dev/pull/1234/files/2a38df65..b665cd92
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1234&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1234&range=02-03
Stats: 109907 lines in 2 files changed: 0 ins; 109907 del; 0 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