diff options
Diffstat (limited to 'src/utf8.hh')
-rw-r--r-- | src/utf8.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utf8.hh b/src/utf8.hh index 6e2b4169..fd1fb87e 100644 --- a/src/utf8.hh +++ b/src/utf8.hh @@ -20,6 +20,7 @@ uint_t a_Utf8_decode(const char*, const char* end, int* len); int a_Utf8_encode(unsigned int ucs, char *buf); int a_Utf8_test(const char* src, unsigned int srclen); bool_t a_Utf8_ideographic(const char *s, const char *end, int *len); +bool_t a_Utf8_combining_char(int unicode); #ifdef __cplusplus } |