www.LinuxHowtos.org
UNICODE_GRAPHEME_BRE
Section: Courier Unicode Library (3)Updated: 07/29/2015
Index Return to Main Contents
NAME
unicode_grapheme_break - unicode grapheme cluster boundary rulesSYNOPSIS
#include <courier-unicode.h>
- int unicode_grapheme_break(unicode_char a, unicode_char b);
DESCRIPTION
unicode_grapheme_break() returns non-zero if there is a grapheme break between the two unicode characters a
SEE ALSO
m[blue]TR-29m[][1], courier-unicode(7), unicode_convert_tocase(3), unicode_line_break(3), unicode_word_break(3).
AUTHOR
Sam Varshavchik
- Author