summaryrefslogtreecommitdiff
path: root/gnulib/modules/unigbrk/uc-gbrk-prop
blob: 7e8fbad54be3f9394641ea635eef46a3ab03d646 (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:
Determine a Unicode character's Grapheme_Cluster_Break property.

Files:
lib/unigbrk/gbrkprop.h
lib/unigbrk/uc-gbrk-prop.c

Depends-on:
unigbrk/base

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/uc-gbrk-prop])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP
lib_SOURCES += unigbrk/uc-gbrk-prop.c
endif

Include:
"unigbrk.h"

License:
LGPL

Maintainer:
Ben Pfaff, Bruno Haible