untested utf32_is_word_boundary() and associated table changes
[disorder] / lib / unicode.h
index bf69cc3..08812b3 100644 (file)
@@ -43,6 +43,7 @@ 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);
+int utf32_is_word_boundary(const uint32_t *s, size_t ns, size_t n);
 
 #endif /* UNICODE_H */