summaryrefslogtreecommitdiff
path: root/modules/unigbrk/uc-is-grapheme-break
blob: 44b57440ca3642f24e626ccef9d0e0c77d238389 (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.5], [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, Daiki Ueno