sheredom / utf8.h

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

grapheme support #122

Closed baronleonardo closed 6 months ago

baronleonardo commented 6 months ago

Is there any functions like utf8codepoint and utf8rcodepoint but for grapheme ?

sheredom commented 6 months ago

No there isn't - that is getting into very large weeds of UTF-8 that I have not ventured into.