chiark / gitweb /
untested grapheme cluster boundary detection
[disorder] / lib / unicode.h
index ae7bb4e4793c6e7a2695bbfe7d0001427ad7dd1b..bf69cc3a06f25f7613849f13ba355aec2cb2996d 100644 (file)
@@ -42,6 +42,7 @@ char *utf8_casefold_canon(const char *s, size_t ns, size_t *ndp);
 uint32_t *utf32_casefold_compat(const uint32_t *s, size_t ns, size_t *ndp);
 char *utf8_casefold_compat(const char *s, size_t ns, size_t *ndp);
 
+int utf32_is_gcb(const uint32_t *s, size_t ns, size_t n);
 
 #endif /* UNICODE_H */