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

Unicode normalization #39

Open
toastal opened this issue Apr 2, 2019 · 3 comments
Open

Unicode normalization #39

toastal opened this issue Apr 2, 2019 · 3 comments

Comments

@toastal
Copy link

toastal commented Apr 2, 2019

It would be nice to use or have an analog to the browser's built-in String.prototype.normalize. Obviously this can be done through a port, but it's a pure function and introducing the asynchronicity is obnoxious.

@toastal
Copy link
Author

toastal commented Apr 10, 2019

This is also being talked about here: https://discourse.elm-lang.org/t/access-to-javascript-string-normalize/3418/7

@jaapz
Copy link
Collaborator

jaapz commented Apr 10, 2019

I think a complete analog of this function would be pretty hard to do, no? However, we already do some unicode things in this library, so I don't see why we couldn't add this feature as well. Would you be able to contribute the implementation?

@tad-lispy
Copy link

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

No branches or pull requests

3 participants