On Wed, 10 May 2023 20:11:09 GMT, Naoto Sato <na...@openjdk.org> wrote:
> The fix to https://bugs.openjdk.org/browse/JDK-8306927 switched the default > collation for Swedish to the modern one. In order to provide a means for > users who need the old collation, this PR intends to make `Collator` > recognize the `co` Unicode locale extension so that multiple implementations > for a locale can be provided. I would also like reviews for the corresponding > CSR. This pull request has now been integrated. Changeset: f9a785e8 Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f9a785e855287ff6746ac8dc8f8f2e2f90c5be07 Stats: 80 lines in 4 files changed: 61 ins; 8 del; 11 mod 8307547: Support variant collations Reviewed-by: srl, jlu, alanb ------------- PR: https://git.openjdk.org/jdk/pull/13917