patch / cldr-number-pm5

Localized number formatters using the Unicode CLDR
https://metacpan.org/pod/CLDR::Number
Other
8 stars 3 forks source link

support CLDR v27 #33

Closed patch closed 8 years ago

patch commented 10 years ago

CLDR v25 was released today: http://unicode-inc.blogspot.com/2014/03/cldr-version-25-released.html

The changes are primarily structural in nature and very few of these changes affect numbers, while none of these structural changes affect the implemented portions of CLDR::Number.

Here are the locale data changes that affect us:

Additionally there is "Better locale matching, with better fallbacks; likely subtags for regions; added scripts for various languages" but our locale matching and fallbacks were already rather minimal. We should obviously use the new version when implementing matching/fallback improvements.

patch commented 9 years ago

CLDR v26 was released on September 18: http://unicode-inc.blogspot.com/2014/09/cldr-version-26-released.html

Relevant spec changes:

Notable data changes:

patch commented 9 years ago

CLDR v27 was released on March 19: http://cldr.unicode.org/index/downloads/cldr-27

The JSON data is now distributed via GitHub: https://github.com/unicode-cldr

patch commented 8 years ago

Upgraded CLDR data from v24 (2013-09-18) to v27.0.1 (2015-03-30) and released to CPAN in CLDR::Number v0.11.

See the Changes file for details: https://metacpan.org/release/PATCH/CLDR-Number-0.11

What I did on my summer vacation :D