unigbrk: New modules for grapheme clusters.
[gnulib.git] / modules / unigbrk / u32-grapheme-len
1 Description:
2 Length of first grapheme cluster in UTF-32 string.
3
4 Files:
5 lib/unigbrk/u32-grapheme-len.c
6 tests/macros.h
7
8 Depends-on:
9 unigbrk/uc-is-grapheme-break
10 unistr/u32-mbtouc
11
12 configure.ac:
13 gl_MODULE_INDICATOR([unigbrk/u32-grapheme-len])
14 gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/u32-grapheme-len])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_LEN
18 lib_SOURCES += unigbrk/u32-grapheme-len.c
19 endif
20
21 Include:
22 "unigbrk.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Ben Pfaff, Bruno Haible