<i18n dev> RFR: 8299292: Missing elements in aliased String array [v2]
Joe Wang
joehw at openjdk.org
Wed Jan 4 23:25:48 UTC 2023
On Wed, 4 Jan 2023 21:04:08 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> This is a pre-requisite fix for upgrading CLDR to v43. The upcoming CLDR changed the inheritance mechanism a bit with this change: https://unicode-org.atlassian.net/browse/CLDR-15054 where they removed the duplication of data. This revealed an issue in CLDRConverter buildtool that it was not capable of inheriting the partially populated, aliased elements in an array object. This changeset also removed the unused logging code.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> Removed unnecessary variable
Marked as reviewed by joehw (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11851
More information about the i18n-dev
mailing list