javascript-diacritics-utility (JDU)
Overview
Javascript Utility to test for and remove accents/diacritics in strings
Getting started
Download
- Download from github.
- install from bower: bower i jdu
- install from npm: npm i jdu
Install from bower
bower install jdu
Load Script
Load the script file: remove-diacritics.js
in your application:
Code
Use JDU in your application to create the object:
windowjdu;
or with require
var jdu = ;jdu;