sheredom / utf8.h

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

Add utf8dup_ex and utf8ndup_ex to allow users to never use malloc. #85

Closed sheredom closed 3 years ago

sheredom commented 3 years ago

Fixes #84.