sheredom / utf8.h

📚 single header utf8 string functions for C and C++
The Unlicense
1.69k stars 123 forks source link

Fix issue with utf8ncasecmp, if the last codepoint in the haystack was a #120

Closed njnes closed 7 months ago

njnes commented 7 months ago

multicharacter, the comparison was wrong, ie Larger char was treated as equal.