<i18n dev> RFR: 8289227: Support for BCP 47 Extension T - Transformed Content [v6]

Naoto Sato naoto at openjdk.org
Mon Aug 1 21:11:48 UTC 2022


On Sat, 30 Jul 2022 20:52:49 GMT, Naoto Sato <naoto at 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`

Looks like it is not much of an additional benefit without APIs. Decided not to implement it at this time.

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

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


More information about the i18n-dev mailing list