Closed
Bug 1767834
Opened 3 years ago
Closed 2 years ago
Pass "collation" property to ICU
Categories
(Core :: JavaScript: Internationalization API, defect, P1)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Bug 1670062 added support to read the "collation" property from the options bag in Intl.Collator
, but the collation wasn't actually passed to ICU.
Assignee | ||
Comment 1•3 years ago
|
||
We didn't set the "collation" property as a Unicode locale extension, so it
was effectively ignored.
Updated•3 years ago
|
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/21ef27581db9
Properly support "collation" as an option when creating an Intl.Collator object. r=platform-i18n-reviewers,gregtatum
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•