diff options
Diffstat (limited to 'src/utf8.h')
-rw-r--r-- | src/utf8.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <glib.h> #include <stdint.h> +uint32_t utf8_isprint(uint32_t c); uint32_t utf8_isupper(uint32_t c); uint32_t utf8_islower(uint32_t c); uint32_t utf8_isalnum(uint32_t c); |