Normalize strings with diacritics, zero-width whitespaces and other non-latin characters
npm install normalize-unicode-textSmall typed function (~330 bytes) without dependencies that normalizes unicode text. Useful for normalizing strings such as shipping addresses for third party APIs.
- [x] Diacritics
- [x] Zero-width characters
- [x] Uncommon white spaces
- [x] Non-latin characters (see this list, PRs with more characters are welcome)
``bash`
yarn add normalize-unicode-text
Or drop it as