summaryrefslogtreecommitdiff
path: root/modules/unigbrk/uc-is-grapheme-break
blob: b4bedc63dbfc4cd97a88cc7ebc12f0957ea1ebbe (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([1.1], [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:
LGPLv3+ or GPLv2+

Maintainer:
Ben Pfaff, Daiki Ueno