unorm icon indicating copy to clipboard operation
unorm copied to clipboard

JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD.

Results 14 unorm issues
Sort by recently updated
recently updated
newest added

Hello, Have you considered bringing a streaming API to unorm ? do you think that it is technically feasible (is normalization only a 'local' operation where you only need to...

idea

The `udata` variable obviously has size issues, already pointed out in #17, but I was thinking that pre-compressing it in the build phase would be able to significantly cut it...

Just tossing some ideas out there. The technical report outlines the `Quick_Check` algorithms for fast verification whether a given string is in a given normalization form: [Detecting Normalization Forms](http://www.unicode.org/reports/tr15/#Detecting_Normalization_Forms). These...

idea

I'd like to include unorm in a module, and use `npm run unorm test` to run the tests, but none of the tests are included in npm.