elm-community / string-extra

String helper functions for Elm.

Home Page:http://package.elm-lang.org/packages/elm-community/string-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicode normalization

toastal opened this issue · comments

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.

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?