On Sat, 30 Jul 2022 20:52:49 GMT, Naoto Sato <na...@openjdk.org> wrote:

>> This PR is to propose supporting the `T` extension to the BCP 47 to which 
>> `java.util.Locale` class conforms. There are two extensions to the BCP 47, 
>> one is `Unicode Locale Extension` which has been supported since JDK7, the 
>> other is this `Transformed Content` extension. A CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Use `assertThrows`

lgtm

hi! by the way if you want to see some more `-t-` names in the wild, I recently 
merged https://github.com/unicode-org/cldr/pull/1755

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!

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

Marked as reviewed by srl...@github.com (no known OpenJDK username).

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

Reply via email to