the-moisrex / webpp

C++ web framework | web development can be done with C++ as well.
https://t.me/webpp
MIT License
126 stars 9 forks source link

Unicode: Generate Composition Tables #547

Open the-moisrex opened 4 weeks ago

the-moisrex commented 4 weeks ago

UAX #15's Normalization algorithm requires us to implement the decompose and compose algorithms which both of them have their own code point tables.