JDK-8307547 : Support variant collations
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-05-05
  • Updated: 2023-05-22
  • Resolved: 2023-05-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21
21 b23Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Sub Tasks
JDK-8307566 :  
Description
The issue JDK-8306927 switched the collation for the Swedish language to the modern one. It would be desirable to provide a means to select the old collation. One way would be to recognize "co" Unicode locale extension, e.g. specifying `sv-u-co-traditional` to create a `Collator` instance would select the old collation behavior for Swedish.
Comments
Changeset: f9a785e8 Author: Naoto Sato <naoto@openjdk.org> Date: 2023-05-16 18:00:45 +0000 URL: https://git.openjdk.org/jdk/commit/f9a785e855287ff6746ac8dc8f8f2e2f90c5be07
16-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13917 Date: 2023-05-10 20:11:09 +0000
10-05-2023