node-diacritics icon indicating copy to clipboard operation
node-diacritics copied to clipboard

remove diacritics from strings ("ascii folding") - Node.js module

Results 16 node-diacritics issues
Sort by recently updated
recently updated
newest added

Adds support for Greek annotated letters

#32 https://github.com/vuejs/vuepress/issues/1658

All single and double quotation marks that chrome’s search feature recognises: Shown by searching here https://unicode-table.com/en/sets/quotation-marks/

This package is great, but it replaces the cyrillic letter "л" with the latin "n".

German umlaute are currently transformed by just removing diacritics. It would however make more sense to transform them the following way: ä -> ae ö -> oe ü -> ue...

**Exports objects and functions only if module and exports node objects are available.** Since this package is written in pure ES5 with zero dependencies it could be great to get...

This a cyrillic lowercase L (Л) which is not a diactric symbol U+043B U+041B

Changing creation of `diacriticsMap` from `for` loop to decrementing `while` loop may bee an overkill, but reuse of `RE_DIACRITICS` and `replacer` function is a good pattern, don't you think?

This wraps the existing diacritic index.js in a UMD boilerplate from https://github.com/umdjs/umd . This allows people to utilize diacritics in the browser via requirejs. The merge diff likes a nightmare...