Closed the-moisrex closed 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 new tests are not passing
We are done with compose. WOW it took me months I believe! Now let's go back to URL Parsing
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 acompose_nfc
function?