andrewrk / node-diacritics

remove diacritics from strings ("ascii folding") - Node.js module
MIT License
263 stars 32 forks source link

do unicode normalization #10

Closed andrewrk closed 9 years ago

andrewrk commented 10 years ago

http://www.unicode.org/faq/normalization.html

Looks like there are some libraries available that would make this module more heavyweight but also more robust.