sheredom / utf8.h

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

utf8ncpy fix #79

Closed Nairou closed 3 years ago

Nairou commented 3 years ago

Prevent utf8ncpy producing an invalid utf8 string if destination buffer size cut short a codepoint or didn't leave room for a null terminator

Nairou commented 3 years ago

Fixes #77

sheredom commented 3 years ago

Great work, thanks!