<i18n dev> RFR: 8307547: Support for multiple collations for a locale [v2]

Justin Lu jlu at openjdk.org
Wed May 10 21:27:42 UTC 2023


On Wed, 10 May 2023 20:28:11 GMT, Naoto Sato <naoto at 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.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   http -> https

LGTM, does it make sense to add some other locale's collation variants?

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

PR Comment: https://git.openjdk.org/jdk/pull/13917#issuecomment-1542828520


More information about the i18n-dev mailing list