X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjs%2Funorm.js;h=d4292f39aff2149663357e3c7cdee56121499a2b;hb=8017442c509ef1fa545367e727608bdc91bc1504;hp=92d36993d4d7aebad080a87895e248c489416396;hpb=6e0f24b1bad48911d66355dc37e0676006c0071b;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git 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";