Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normative: Allow use of non-ISO 4217 data in CurrencyDigits AO #922

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ben-allen
Copy link
Contributor

This PR allows for locale data other than ISO 4217 for determining the number of fractional digits to be used when formatting currency values.

In some applications ISO 4217 is most appropriate, in some CLDR data, and in some neither is best. See #921 (comment)

Resolves #134

This PR makes the CurrencyDigits AO implementation-defined.

This PR allows for locale data other than ISO 4217 for determining
the number of fractional digits to be used when formatting currency
values.

In some applications ISO 4217 is most appropriate, in some CLDR data,
and in some neither is best. See tc39#921 (comment)

Resolves tc39#134

This PR makes the `CurrencyDigits` AO implementation-defined.
spec/numberformat.html Outdated Show resolved Hide resolved
Co-authored-by: Richard Gibson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Permit CLDR rather than ISO 4217 for CurrencyDigits?
3 participants