X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fjs%2Funorm.js;h=d4292f39aff2149663357e3c7cdee56121499a2b;hb=0514c20b8178b634dccc5a6c120e60b55053ce30;hp=92d36993d4d7aebad080a87895e248c489416396;hpb=9504fb93936ea7022709f67e84133de940dc06a6;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";