-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.
Description
@littledan has put forward a TC-39 proposal to introduce Intl.Segmenter as a standardized replacement for the V8 specific Intl.v8BreakIterator.
Currently in Node.js, Intl.v8BreakIterator only works if the full-icu data is being used. Attempting to create an instance of Intl.v8BreakIterator with the default small-icu with throw. That said, given the desire to replace it with a standardized alternative we should consider emitting a runtime deprecation warning when it is used.
Fishrock123
Metadata
Metadata
Assignees
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.