unorm
unorm copied to clipboard
JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD.
As the original author of unorm.js, I should have written "Dual licensed under the MIT (MIT-LICENSE.txt) **or** GPL (GPL-LICENSE.txt) licenses." As unorm.js has never been changed since I wrote it,...
I have a question regarding the software licensing. You specify for this that the software should be under a dual licensing (MIT and GPL). You explicitly write "and" not "or"....
`GPL-2.0` is deprecated and should be replaced with `GPL-2.0-or-later` or `GPL-2.0-only`.
Hi, I had added ppc64le(Linux on Power) support on travis-ci in the branch and looks like its been successfully added. I believe it is ready for the final review and...
Hi, In some applications String.prototype is sealed for security reason. In that context, define a new property on String.prototype will throw. It could be great if polyfill could be applied...
We could potentially compress the `udata` better. I've been researching this a bit, and we could shave a good amount of bytes by changing the data layout and save in...
If the JavaScript environment supports the `String.prototype.normalize` function, this library should use that and export is as the `unorm` functions (as fallback for code that expects it).
In my visual studio 2008 asp.net project I tried to use Unorm.js for string normalization. I added the unorm.js file in my project and use it on my webpage and...
unorm fails on reduceRight in IE8, preventing all following code from running when in concatenated bundle. cf https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Array/reduceRight#Browser_compatibility
the shim doesn't work with node 0.11: https://travis-ci.org/walling/unorm/jobs/35543562