unicode_grapheme_break
unicode grapheme cluster boundary rules
- Provided by: libcourier-unicode-dev (Version: 2.1.2-2build1)
- Source: courier-unicode
- Report a bug
unicode grapheme cluster boundary rules
#include <courier-unicode.h>
int unicode_grapheme_break(char32_t a, char32_t b);
unicode_grapheme_break() returns non-zero if there is a grapheme break between the two unicode characters a and b.
TR-29[1], courier-unicode(7), unicode_convert_tocase(3), unicode_line_break(3), unicode_word_break(3).
Sam Varshavchik