From 0855afdb1ea7734501914679e50be3d324744d83 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 19 Nov 2022 10:30:18 +0000 Subject: Add support for pasting from clipboard. --- src/unicode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unicode.h') 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); -- cgit v1.2.3