Provided by: libcourier-unicode-dev_2.1.2-2build1_amd64 
      
    
NAME
       unicode_grapheme_break - unicode grapheme cluster boundary rules
SYNOPSIS
       #include <courier-unicode.h>
       int unicode_grapheme_break(char32_t a, char32_t b);
DESCRIPTION
       unicode_grapheme_break() returns non-zero if there is a grapheme break between the two unicode characters
       a and b.
SEE ALSO
       TR-29[1], courier-unicode(7), unicode_convert_tocase(3), unicode_line_break(3), unicode_word_break(3).
AUTHOR
       Sam Varshavchik
           Author
NOTES
        1. TR-29
           http://www.unicode.org/reports/tr29/tr29-27.html
Courier Unicode Library                            11/25/2020                            UNICODE_GRAPHEME_BRE(3)