andrewrk / node-diacritics

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

Combining diacritics #21

Open pnorman opened 8 years ago

pnorman commented 8 years ago
> console.log(removeDiacritics("más"));
mas
> console.log(removeDiacritics("más"));
más

The first has U+00E1 LATIN SMALL LETTER A WITH ACUTE and the second has U+0061 LATIN SMALL LETTER A + U+0301 COMBINING ACUTE ACCENT.

pnorman commented 8 years ago

cc @nicolas17