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. --- lib/unigbrk/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/unigbrk/.gitignore b/lib/unigbrk/.gitignore index a7507c9..a9ae5e6 100644 --- a/lib/unigbrk/.gitignore +++ b/lib/unigbrk/.gitignore @@ -1,5 +1,6 @@ # Files brought in by gnulib-tool: /gbrkprop.h +/u-grapheme-breaks.h /u16-grapheme-breaks.c /u16-grapheme-next.c /u16-grapheme-prev.c @@ -10,6 +11,7 @@ /u8-grapheme-next.c /u8-grapheme-prev.c /uc-gbrk-prop.c +/uc-grapheme-breaks.c /uc-is-grapheme-break.c /ulc-grapheme-breaks.c -- cgit v1.2.1