<i18n dev> Integrated: 8339803: Acknowledge case insensitive unambiguous keywords in tzdata files

Naoto Sato naoto at openjdk.org
Wed Sep 11 19:30:13 UTC 2024


On Tue, 10 Sep 2024 19:45:01 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> This is a follow on fix to [JDK-8339644](https://bugs.openjdk.org/browse/JDK-8339644). It turned out that TZ data files allow abbreviation of keywords, such as "ZO" for "Zone." Same fix, i.e, replacing `startsWith()` with `regionMatches()` was applied.

This pull request has now been integrated.

Changeset: 35a94b76
Author:    Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/35a94b769761bd923fe6db03be672f05c1a74c38
Stats:     41 lines in 4 files changed: 7 ins; 4 del; 30 mod

8339803: Acknowledge case insensitive unambiguous keywords in tzdata files

Reviewed-by: jlu, coffeys

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

PR: https://git.openjdk.org/jdk/pull/20940


More information about the i18n-dev mailing list