getopt-posix: Fix compilation error in C++ mode (regression 2024-09-21).
[gnulib.git] / modules / unigbrk / u32-grapheme-breaks
blobc16e32c4770acd9d52e8eb5c1de7f09b8a33f91f
1 Description:
2 Find grapheme cluster breaks in UTF-32 string.
4 Files:
5 lib/unigbrk/u32-grapheme-breaks.c
6 lib/unigbrk/u-grapheme-breaks.h
8 Depends-on:
9 unigbrk/base
10 unigbrk/uc-gbrk-prop
11 unictype/incb-of
12 unictype/property-extended-pictographic
13 unistr/u32-mbtouc
14 stdbool
16 configure.ac:
17 gl_MODULE_INDICATOR([unigbrk/u32-grapheme-breaks])
18 gl_LIBUNISTRING_MODULE([1.3], [unigbrk/u32-grapheme-breaks])
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_BREAKS
22 lib_SOURCES += unigbrk/u32-grapheme-breaks.c
23 endif
25 Include:
26 "unigbrk.h"
28 License:
29 LGPLv3+ or GPLv2+
31 Maintainer:
32 Ben Pfaff, Daiki Ueno