On Tue, 23 Jun 2026 22:19:32 GMT, Justin Lu <[email protected]> wrote:
> Locale does not respect numeric singleton extensions. Currently `LanguageTag` > which handles singleton extension parsing only allows `alpha` characters when > it should allow `alphaNumeric`. > > This PR corrects this and adds tests for `forLanguageTag` as well as the > builder. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 193de1b1 Author: Justin Lu <[email protected]> URL: https://git.openjdk.org/jdk/commit/193de1b1c78ed1cc29a747cc3ca979f219692a5c Stats: 23 lines in 2 files changed: 19 ins; 0 del; 4 mod 8387185: Locale does not respect numeric singletons Reviewed-by: naoto ------------- PR: https://git.openjdk.org/jdk/pull/31644
