Closed
Bug 1847521
Opened 1 years ago
Closed 1 year ago
Possible to replace unicode-segmentation crate with ICU4X?
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
RESOLVED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
It seems to use unicode-segmentation crate to handle grapheme cluster, but it is possible to replace it with ICU4X.
- Stylo
- GeckoDriver
- WebDriver
Assignee | ||
Updated•1 years ago
|
Assignee: nobody → m_kato
Assignee | ||
Comment 1•1 year ago
|
||
Now we uses two crates for unicode segmentation, let's replace with ICU4X.
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D198131
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/382a6903870b
Replace unicode-segmentation with ICU4X in servo. r=firefox-style-system-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/c801f500e836
Replace unicode-segmentation with ICU4X in WebDriver. r=webdriver-reviewers,supply-chain-reviewers,jgraham
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/382a6903870b
https://hg.mozilla.org/mozilla-central/rev/c801f500e836
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•