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: Prevent unnecessary compositions #575

Open the-moisrex opened 1 week ago

the-moisrex commented 1 week ago

Make canonical_decompose return bool.

That may not work, a better way might be to find the start and end iterators of where the string needs decomposition and then composition.