-
Type:
CSR
-
Resolution: Approved
-
Priority:
P3
-
Component/s: core-libs
-
None
-
behavioral
-
low
-
-
Java API
-
JDK
Summary
Update CLDR to Version 48.0
Problem
To keep up with the latest CLDR locale data in the JDK.
Solution
Incorporate the CLDR version 48 locale data
Specification
Add a row in the CLDR version vs. JDK version table in java.util.spi.LocaleServiceProvider class description as:
* <thead>
* <tr><th scope="col">JDK release</th>
* <th scope="col">CLDR version</th></tr>
* </thead>
* <tbody>
+ * <tr><th scope="row" style="text-align:left">JDK 26</th>
+ * <td>CLDR 48</td></tr>
* <tr><th scope="row" style="text-align:left">JDK 25</th>
* <td>CLDR 47</td></tr>
* <tr><th scope="row" style="text-align:left">JDK 24</th>
* <td>CLDR 46</td></tr>
* <tr><th scope="row" style="text-align:left">JDK 23</th>
- csr of
-
JDK-8354548 Update CLDR to Version 48.0
-
- In Progress
-