chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't be fooled by First/Last entries in UnicodeData.txt
[disorder]
/
lib
/
unicode.h
diff --git
a/lib/unicode.h
b/lib/unicode.h
index bf69cc3a06f25f7613849f13ba355aec2cb2996d..08812b35b5cbd9fa96c2f17baa025521693095f1 100644
(file)
--- a/
lib/unicode.h
+++ b/
lib/unicode.h
@@
-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);
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 */
#endif /* UNICODE_H */