<i18n dev> RFR: 8289227: Support for BCP 47 Extension T - Transformed Content [v6]
Steven R. Loomis
duke at openjdk.org
Mon Aug 1 21:33:19 UTC 2022
On Mon, 1 Aug 2022 21:27:47 GMT, Steven R. Loomis <duke at openjdk.org> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Use `assertThrows`
>
> test/jdk/java/util/Locale/bcp47/TExtensionTests.java line 80:
>
>> 78: return new Object[][] {
>> 79: {L1, Locale.US,
>> 80: "Cyrillic (Transform: Latin, Transform Rules: UN GEGN Transliteration 2007)"},
>
> 💯 I like these display names!
Note: another class of use for `-t-` is for keyboards, so for example `ar-t-k0-windows-azerty` in https://github.com/unicode-org/cldr/blob/release-41/keyboards/windows/ar-t-k0-windows-azerty.xml
-------------
PR: https://git.openjdk.org/jdk/pull/9620
More information about the i18n-dev
mailing list