You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lb Unicode extension key is equivalent to the "strictness" option. In the spirit of parity between options and tags, we should add support for this key to the segmenter.
The text was updated successfully, but these errors were encountered:
This patch allows Intl.Segmenter to have the line break mode set by
the Unicode extension key "lb", in addition to the "strictness"
entry in the options bag.
Drive-by fixes:
- Switch default options to be based on a null prototype, similar
to other Intl constructors.
- Use backticks for string literals
Closes#22
The lb Unicode extension key is equivalent to the "strictness" option. In the spirit of parity between options and tags, we should add support for this key to the segmenter.
The text was updated successfully, but these errors were encountered: