Integrated: 8321373: Build should use LC_ALL=C.UTF-8
Magnus Ihse Bursie
ihse at openjdk.org
Mon Feb 5 14:09:30 UTC 2024
On Tue, 5 Dec 2023 10:35:05 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> We're currently setting LC_ALL=C. Not all tools will default to utf-8 as their encoding of choice when they see this locale, but use an arbitrarily encoding, which might not properly handle all UTF-8 characters. Since in practice, all our encoding is utf8, we should tell our tools this as well.
>
> This will at least have effect on how Java treats path names including unicode characters.
This pull request has now been integrated.
Changeset: d395ac28
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d395ac287900f2c22739751e39831dea8a189b5c
Stats: 26 lines in 4 files changed: 20 ins; 0 del; 6 mod
8321373: Build should use LC_ALL=C.UTF-8
Reviewed-by: redestad, erikj
-------------
PR: https://git.openjdk.org/jdk/pull/16971
More information about the build-dev
mailing list