diff options
Diffstat (limited to 'src/unicode.h')
-rw-r--r-- | src/unicode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unicode.h b/src/unicode.h index 45631d9..e198231 100644 --- a/src/unicode.h +++ b/src/unicode.h @@ -6,6 +6,7 @@ uint8_t utf32_to_utf8(uint32_t c, char *buf); uint32_t utf8_to_utf32(const char *s); +uint32_t utf8_to_utf32_validate(const char *s); uint32_t utf32_isprint(uint32_t c); uint32_t utf32_isspace(uint32_t c); |