diacritics
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -244,4 +244,7 @@ var DIACRITICS_REMOVAL_MAP = [ | ||
base: 's', | ||
regex: /[\x73\u24E2\uFF53\xDF\u015B\u1E65\u015D\u1E61\u0161\u1E67\u1E63\u1E69\u0219\u015F\u023F\uA7A9\uA785\u1E9B\u0282]/g | ||
regex: /[\x73\u24E2\uFF53\u015B\u1E65\u015D\u1E61\u0161\u1E67\u1E63\u1E69\u0219\u015F\u023F\uA7A9\uA785\u1E9B\u0282]/g | ||
}, { | ||
base: 'ss', | ||
regex: /[\xDF]/g | ||
}, { | ||
base: 't', | ||
@@ -248,0 +251,0 @@ regex: /[\x74\u24E3\uFF54\u1E6B\u1E97\u0165\u1E6D\u021B\u0163\u1E71\u1E6F\u0167\u01AD\u0288\u2C66\uA787]/g |
{ | ||
"name": "diacritics", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "remove diacritics from strings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,1 +12,2 @@ var removeDiacritics = require('../').remove, | ||
assert.strictEqual(removeDiacritics("hŒllœ"), "hOElloe"); | ||
assert.strictEqual(removeDiacritics("Fußball"), "Fussball"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11333
318