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

Stephanie Crater duke at openjdk.org
Fri Jul 22 09:51:52 UTC 2022


On Sat, 16 Jul 2022 00:38:20 GMT, Stephanie Crater <duke at openjdk.org> wrote:

> 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).

This pull request has now been integrated.

Changeset: 1a66d5a5
Author:    Stephanie Crater <scrater at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/1a66d5a5ccb8bcc8f9c27e1348b03dcff0854fdf
Stats:     15 lines in 1 file changed: 7 ins; 3 del; 5 mod

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

Reviewed-by: clanger
Backport-of: 011b96c37e694aca5ee82277d0634b843320d8f6

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

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


More information about the jdk-updates-dev mailing list