From 1ec309059ea7939a029eaebe015b7380afdf1eb9 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 27 Nov 2017 10:56:03 +0100 Subject: unigbrk: Import new module unigbrk/uc-grapheme-breaks * autogen.sh (GNULIB_MODULES): Pull unigbrk/uc-grapheme-breaks. * doc/unigbrk.texi (Grapheme cluster breaks in a string): Mention the limitations of *_grapheme_next and *_grapheme_prev functions and suggest *_grapheme_breaks instead. (Grapheme cluster break property): Document newly added properties; mention the limitations of uc_is_grapheme_break and suggest to use uc_grapheme_breaks instead. --- tests/unigbrk/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/unigbrk/.gitignore b/tests/unigbrk/.gitignore index 9e1dc4c..a8f7f51 100644 --- a/tests/unigbrk/.gitignore +++ b/tests/unigbrk/.gitignore @@ -11,6 +11,8 @@ /test-u8-grapheme-prev.c /test-uc-gbrk-prop.c /test-uc-gbrk-prop.h +/test-uc-grapheme-breaks.c +/test-uc-grapheme-breaks.sh /test-uc-is-grapheme-break.c /test-uc-is-grapheme-break.sh /test-ulc-grapheme-breaks.c -- cgit v1.2.1