JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data

OwnerNaoto Sato
TypeFeature
ScopeJDK
StatusClosed / Delivered
Release8
Componentcore-libs / java.util:i18n
Discussioni18n dash dev at openjdk dot java dot net
EffortM
DurationL
Endorsed byBrian Goetz
Created2011/07/15 20:00
Updated2024/07/12 11:25
Issue8046117

Summary

Create a tool to convert LDML (Locale Data Markup Language) files into a format usable directly by the runtime library, define a way to package the results into modules, and then use these to incorporate the de-facto standard locale data published by the Unicode Consortium's CLDR project into the JDK.

Description

Testing

Need to verify that the installed locale data is correctly returned via locale-sensitive APIs such as DateFormat/NumberFormat, etc.

Risks and Assumptions

Since the JDK's collation API does not yet support the Unicode Collation Algorithm, on which LDML is based, collation data contained in LDML files will not be supported.

Impact