Skip to content

Cldr Numbers version 2.18.3

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 12 Jun 08:03

Breaking Change

  • There is a minor breaking change in the error return from Cldr.Number.Parser.parse/2. Previously the error return was {:error, string}. It is now more consistent with the rest of ex_cldr and returns {:error, {exception, message}}

Bug Fixes

  • Fix Cldr.Number.Parser.parse/2 for numbers that are in non-latin scripts (like Thai, Arabic, ...). There are 66 known number systems that have decimal digits as of CLDR39.