Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Intl.Segmenter when available? #35

Closed
sindresorhus opened this issue Dec 3, 2021 · 0 comments · Fixed by #47
Closed

Use Intl.Segmenter when available? #35

sindresorhus opened this issue Dec 3, 2021 · 0 comments · Fixed by #47

Comments

@sindresorhus
Copy link
Owner

sindresorhus commented Dec 3, 2021

Investigate using https://github.com/tc39/proposal-intl-segmenter when it becomes available.

new Intl.Segmenter('en', {granularity: 'grapheme'});

Related issue: sindresorhus/string-length#14

We can use it when targeting Node.js 16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant