I assume the submitter is also the author. If so, can you share about your motivation to write this library? For example, do you use it professionally or in hobby projects? Did you look at other libraries and think that you could do better? These are honest questions -- no trolling from me. I browsed the code and it looks very clean.
The API documention is so nice! It looks like index.html from https://mojibake.zaerl.com/ uses JavaScript to generate the page. Very cool, indeed.
by digg99
1 subcomments
Love the amalgamation approach—the C/C++ ecosystem desperately needs cleaner, lightweight Unicode support without pulling in massive dependencies... thanks for sharing
by bialamusic
1 subcomments
One .c file and one header .h - That is the way opensource lib should be! I may include it into OnemanBSD
by CharlesW
3 subcomments
Not to bikeshed, but isn't the word "mojibake" synonymous with "when character encoding breaks"?
by i18nagentai
0 subcomment
[flagged]
by tjwebbnorfolk
1 subcomments
what's performance like compared to python ftfy module?
by avadodin
3 subcomments
I have come to the conclusion that the only Unicode support needed in C is supporting pointers to char and arrays but lightweight C libraries are always welcome.