starwing / luautf8

a utf-8 support module for Lua and LuaJIT.
MIT License
406 stars 67 forks source link

Add 'normalize_nfc' and 'isnfc' functions #44

Closed alexdowad closed 1 year ago

alexdowad commented 1 year ago

Hi, @starwing, I have something more for you here...

All 19,075 test cases in the official normalization test suite from the Unicode Consortium are passing. Also, a fuzzer was used to test the newly added functions on more than 250,000,000 other randomly generated test cases, and its output matched the output of ICU on all of them.

starwing commented 1 year ago

Thanks!