the-moisrex / webpp

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

Unicode: string compose #555

Closed the-moisrex closed 2 months ago

the-moisrex commented 2 months ago

Implement string composition functions.

NFC is first required to decompose then to compose, so compose itself does not need to decompose, but the NFC algorithm does; so should we have a compose and a compose_nfc function?

the-moisrex commented 2 months ago

Should we check for CCC as well inside this algorithm or that has been taken care of in the composition tables?

the-moisrex commented 2 months ago

The new tests are not passing

the-moisrex commented 2 months ago

We are done with compose. WOW it took me months I believe! Now let's go back to URL Parsing