You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like certain currencies listed in currency_iso.json have inaccurate values, specifically, some currencies are listed as having subunit_to_unit: 1, yet also have a non-null decimal_mark 🤔
Similarly, there seems to be some discrepancy between what character the browser's Number.toLocaleString API returns for certain locales, for instance, for be-BY, the thousands separator is ,, whereas it's listed in currency_iso.json as
It looks like certain currencies listed in
currency_iso.json
have inaccurate values, specifically, some currencies are listed as havingsubunit_to_unit: 1
, yet also have a non-nulldecimal_mark
🤔Similarly, there seems to be some discrepancy between what character the browser's
Number.toLocaleString
API returns for certain locales, for instance, forbe-BY
, the thousands separator is,
, whereas it's listed incurrency_iso.json
asHowever, looking at the data for the
, https://github.com/andyearnshaw/Intl.js/blob/master/locale-data/json/be-BY.json#L285 so I'm
Intl.js
polyfill, it looks like the thousands separator is listed asnot sure which is accurate 🤷♂️
The text was updated successfully, but these errors were encountered: