summaryrefslogtreecommitdiff
path: root/modules/unigbrk/uc-grapheme-breaks
blob: 8c3379d227802f82a115236299d67da39864b223 (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
27
28
Description:
Find grapheme cluster breaks.

Files:
lib/unigbrk/uc-grapheme-breaks.c
lib/unigbrk/u-grapheme-breaks.h

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

configure.ac:
gl_MODULE_INDICATOR([unigbrk/uc-grapheme-breaks])
gl_LIBUNISTRING_MODULE([0.9.8], [unigbrk/uc-grapheme-breaks])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_BREAKS
lib_SOURCES += unigbrk/uc-grapheme-breaks.c
endif

Include:
"unigbrk.h"

License:
LGPLv3+ or GPLv2

Maintainer:
Ben Pfaff, Daiki Ueno