-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
type: enhancementA new feature or addition.A new feature or addition.
Description
@michaelficarra is adding functions for working with strings of Unicode code points. Normalization is an important part of supporting Unicode strings, as illustrated by a Spotify blogpost, Creative Usernames.
Looks like https://github.com/menelaos/purescript-stringutils/blob/v0.0.6/src/Data/String/Utils.purs#L221 has this function, but we can also add it here, as some functions in that repo presumes ES6 support, which isn't acceptable by all PS users.
IDK if we can add this function to this lib, though, as it looks like only MS Edge browser has str.normalize - MS docs: normalize. But most other browsers should have it - MDN: normalize
hdgarrood
Metadata
Metadata
Assignees
Labels
type: enhancementA new feature or addition.A new feature or addition.