X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Funorm.js;h=d4292f39aff2149663357e3c7cdee56121499a2b;hp=92d36993d4d7aebad080a87895e248c489416396;hb=8017442c509ef1fa545367e727608bdc91bc1504;hpb=9504fb93936ea7022709f67e84133de940dc06a6 diff --git a/src/js/unorm.js b/src/js/unorm.js index 92d3699..d4292f3 100644 --- a/src/js/unorm.js +++ b/src/js/unorm.js @@ -1,3 +1,6 @@ +// Polyfill for NFKD normalization +// See https://github.com/walling/unorm + (function (root) { "use strict";