summaryrefslogtreecommitdiff
path: root/gnulib/modules/unigbrk/uc-is-grapheme-break
blob: c8b6f7f59c34855eac6a7785f3e94b616c9f7241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description:
Test for grapheme cluster breakpoints.

Files:
lib/unigbrk/uc-is-grapheme-break.c

Depends-on:
unigbrk/base
unigbrk/uc-gbrk-prop

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/uc-is-grapheme-break])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK
lib_SOURCES += unigbrk/uc-is-grapheme-break.c
endif

Include:
"unigbrk.h"

License:
LGPL

Maintainer:
Ben Pfaff, Bruno Haible