panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.61k stars 137 forks source link

Adding diacritics removal support #7

Closed xcapt closed 7 years ago

xcapt commented 7 years ago

Hi, First, Great work on this library! Is there any intention to add diacritics which are a useful string manipulation for us Europeans ? http://stackoverflow.com/questions/990904/remove-accents-diacritics-in-a-string-in-javascript Cheers !

panzerdp commented 7 years ago

This is implemented already by latinise function.