<- Back
Comments (15)
- throwaway2037I 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.
- lifthrasiirHow does it compare with utf8proc [1]? I'm aware that Mojibake does a bit more than utf8proc (e.g. bi-di) but that seems marginal to me.[1] https://juliastrings.github.io/utf8proc/
- digg99Love the amalgamation approach—the C/C++ ecosystem desperately needs cleaner, lightweight Unicode support without pulling in massive dependencies... thanks for sharing
- CharlesWNot to bikeshed, but isn't the word "mojibake" synonymous with "when character encoding breaks"?
- i18nagentai[flagged]
- tjwebbnorfolkwhat's performance like compared to python ftfy module?
- avadodinI 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.