Open
Bug 1973862
Opened 5 days ago
Updated 2 days ago
Intl.Segmenter should handle locale argument
Categories
(Core :: JavaScript: Internationalization API, defect)
Core
JavaScript: Internationalization API
Tracking
()
ASSIGNED
People
(Reporter: m_kato, Assigned: anba)
Details
Attachments
(1 file)
ICU4X 2.0 has icu4x::capi::icu4x_SentenceSegmenter_create_with_content_locale_mv1
and icu4x::capi::icu4x_WordSegmenter_create_auto_with_content_locale_mv1
to handle locale argument (Grapheme cluster doesn't have it since no locale option). So Intl.Segmenter
should handle locale argument.
Assignee | ||
Comment 1•2 days ago
|
||
Call the new segmenter constructors from ICU4X 2.0 to get locale-dependent
word and sentence segmentation.
Updated•2 days ago
|
Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•