chiark / gitweb /
Split base64 code into a separate .c so that the server doesn't pull
[disorder] / lib / unicode.h
index e9e58ca672fe23e385c53465b88be0d908e94a2e..982921b33bdef432293c80cad21a2b3136f0540c 100644 (file)
@@ -48,6 +48,8 @@ char *utf32_to_utf8(const uint32_t *s, size_t ns, size_t *nd);
 uint32_t *utf8_to_utf32(const char *s, size_t ns, size_t *nd);
 int utf8_valid(const char *s, size_t ns);
 
+int utf32_combining_class(uint32_t c);
+
 size_t utf32_len(const uint32_t *s);
 int utf32_cmp(const uint32_t *a, const uint32_t *b);