Closed
Bug 1645459
Opened 5 years ago
Closed 5 years ago
Validate list of numbering systems with CLDR data
Categories
(Core :: JavaScript: Internationalization API, enhancement)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
Request from review comment in https://phabricator.services.mozilla.com/D78028.
- Validate the list of supported numbering systems matches what's present in CLDR
- Also: Automatically create the test case data for numbering systems?
Assignee | ||
Comment 1•5 years ago
|
||
Handle numbering systems similar to measurement units:
- Add a central list of all supported numbering systems in a yaml file.
- Verify these numbering systems are supported by ICU.
- Also verify ICU supports no additional simple numbering systems. (ECMA-402
should support all numbering systems with simple digit mappings defined in
CLDR.) - Generate source and test files from this list of numbering systems.
Updated•5 years ago
|
Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
Pushed by btara@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2df97dc2bba6
Add numbering systems processing to the standard Intl python script. r=jwalden
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•