CLDR-Number
view release on metacpan or search on metacpan
rounding_increment value, which had caused double negative signs
- Bugfix: fix formatting of string values `inf` and `nan` which werenât treated
as numeric on combinations of some operating systems with some older versions
of Perl [#44, #45]
- Docs: typo fix by Fred Moyer @redhotpenguin++ [#43]
0.13 2015-09-20
[ New CLDR version ]
- Upgrade CLDR data from v27.0.1 (2015-03-30) to v28 (2015-09-17)
- âAdded several English locales for Europe and W Asiaâ
- âMajor review of and improvement to Spanish locales for Latin Americaâ
- See also: http://cldr.unicode.org/index/downloads/cldr-28
[ New languages ]
- ce (Chechen)
- ckb (Central Kurdish)
- cu (Church Slavic)
- lrc (Northern Luri)
- mzn (Mazanderani)
- tk (Turkmen)
[ New locales for existing languages ]
- en-AT (English in Austria)
- en-BI (English in Burundi)
- en-CH (English in Switzerland)
- en-DE (English in Germany)
- en-DK (English in Denmark)
- en-FI (English in Finland)
- en-NL (English in Netherlands)
- en-SE (English in Sweden)
- es-DO (Spanish in Dominican Republic)
- es-GT (Spanish in Guatemala)
- fo-DK (Faroese in Denmark)
- fr-MA (French in Morocco)
[ New numbering systems ]
- ahom (Ahom Digits)
- brah (Brahmi Digits)
- cakm (Chakma Digits)
- hmng (Pahawh Hmong Digits)
- mathbold (Mathematical Bold Digits)
- mathdbl (Mathematical Double-Struck Digits)
- mathmono (Mathematical Monospace Digits)
- mathsanb (Mathematical Sans-Serif Bold Digits)
- mathsans (Mathematical Sans-Serif Digits)
- modi (Modi Digits)
- mroo (Mro Digits)
- mymrtlng (Myanmar Tai Laing Digits)
- osma (Osmanya Digits)
- shrd (Sharada Digits)
- sind (Khudawadi Digits)
- sinh (Sinhala Lith Digits)
- sora (Sora Sompeng Digits)
- takr (Takri Digits)
- tirh (Tirhuta Digits)
- wara (Warang Citi Digits)
0.12 2015-08-29
- Add support for passing infinity, negative infinity, and NaN arguments to all
formatting methods (format, at_least, range) on all formatting classes
(decimal, percent, currency), because those are valid numeric values in Perl,
which are now all localized even though it doesnât always make
sense [issue #26]
- Add `infinity` and `nan` attributes to all classes in addition to the decimal
formatter
0.11 2015-08-25
- Upgrade CLDR data from v24 (2013-09-18) to v27.0.1 (2015-03-30) [issue #33]
- Add bin/generate-cldr-data.pl script to update Perl data from CLDR JSON
- Add new locales including dsb (Lower Sorbian), fy (West Frisian),
hsb (Upper Sorbian), lb (Luxembourgish), qu (Quechua), smn (Inari Sami),
and ug (Uyghur)
- Remove CLDR data with draft status of 'provisional' or 'unconfirmed', only
including 'contributed' or 'approved', which is the same threshold as the
ICU Project as well as the CLDR JSON data as of v27.0.1
- Remove 'provisional' draft numbering systems until they become at least
'contributed': brah (Brahmi), cakm (Chakma), osma (Osmanya), shrd (Sharada),
sora (Sora Sompeng), takr (Takri)
- Change various symbols for several locales, including grouping symbol in
es (Spanish, not including Latin American Spanish locales) from
'Â ' (no-break space) to '.' (full stop) and fr-SH (Swiss French) from
"'" (apostrophe) to 'Â ' (no-break space)
- Change negative number format for any locales using formats with parentheses
like '(N)', including ko (Korean), to using the minus sign like '-N', except
for accounting format which is not yet supported
- Change currency decimal symbol for sv (Swedish) from ':' to ',' now matching
the regular (non-currency) decimal symbol and common usage, resulting in no
locale having a different decimal symbol for currencies
- Change THB (Thai Baht) symbol from '฿' to 'THB' for most locales including
root and th (Thai), due to its general obscurity
- Change many other currency symbols for many locales, but generally minor
changes, for example DKK (Danish Krone) in da (Danish) from 'kr' to 'kr.' and
USD (US Dollar) in fr-CA (Canadian French) from '$US' to '$Â US'
- Change CLF (Chilean Unit of Account (UF)) currency fraction digits
from 0 to 4
- Change CZK (Czech Republic Koruna) currency cash fraction digits from 2 to 0
with default fraction digits remaining 2
- Change HUF (Hungarian Forint) currency fraction digits from 0 to 2 with
cash fraction digits remaining 0
- Change UYI (Uruguayan Peso (Indexed Units)) currency fraction digits
from 2 to 0
0.10 2015-03-26
- Improve documentation and unit tests (no functional changes)
- Docs: Fix attribute name in CLDR::Number::Format::Currency
synopsis [issue #40] (by Olaf Alders @oalders++)
0.09 2014-11-12
- Deprecate use of the the `locale` method as a setter. In the future the
formatter objectsâ locale will become immutable. Please see [issue #38] for
details and to submit comments or concerns:
https://github.com/patch/cldr-number-pm5/issues/38
- Add items to the FAQ and TODO docs
0.08 2014-03-28
- Improve locale inheritance to use parent overrides from CLDR data [issue #34]
0.07 2014-03-25
- Add numbering_system attribute and support non-Latin decimal numbering
systems [issue #8]
- Use default numbering system for locale [issue #9]
( run in 1.530 second using v1.01-cache-2.11-cpan-39bf76dae61 )