diff options
Diffstat (limited to 'include/stc/utf8.h')
| -rw-r--r-- | include/stc/utf8.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stc/utf8.h b/include/stc/utf8.h index db98acd9..b30b0061 100644 --- a/include/stc/utf8.h +++ b/include/stc/utf8.h @@ -11,6 +11,7 @@ extern bool utf8_isdigit(uint32_t c); extern bool utf8_isxdigit(uint32_t c); extern bool utf8_isalpha(uint32_t c); extern bool utf8_isalnum(uint32_t c); +extern bool utf8_isgroup(int group, uint32_t c); extern uint32_t utf8_casefold(uint32_t c); extern uint32_t utf8_tolower(uint32_t c); extern uint32_t utf8_toupper(uint32_t c); |
