remove-diacritical-marks
An npm module to remove the diacritical marks from characters in a text. The covered range is 0300 to 036F of the Unicode Standard. It supports multiple languages.
Installation:
npm install remove-diacritical-marks
Usage:
Javascript
const removeDiacriticalMarks = const textWithoutDiacritics = console //Μου αρεσει η Creme brulee
Typescript
const textWithoutDiacritics : string = console //Μου αρεσει η Creme brulee
Tests
Clone the repo, npm install
, and run npm test