Show HN: Mojibake – a low-level Unicode library written in C

(mojibake.zaerl.com)

28 points | by program 2 hours ago

2 comments

  • digg99 46 minutes ago
    Love the amalgamation approach—the C/C++ ecosystem desperately needs cleaner, lightweight Unicode support without pulling in massive dependencies... thanks for sharing
  • avadodin 23 minutes ago
    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.