repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
af_alg: minor style improvements
[gnulib.git]
/
modules
/
unigbrk
/
uc-gbrk-prop
blob
4a65568cabd74d7f269f889f353be2d8570a9702
1
Description:
2
Determine a Unicode character's Grapheme_Cluster_Break property.
3
4
Files:
5
lib/unigbrk/gbrkprop.h
6
lib/unigbrk/uc-gbrk-prop.c
7
8
Depends-on:
9
unigbrk/base
10
11
configure.ac:
12
gl_LIBUNISTRING_MODULE([0.9.8], [unigbrk/uc-gbrk-prop])
13
14
Makefile.am:
15
if LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP
16
lib_SOURCES += unigbrk/uc-gbrk-prop.c
17
endif
18
19
Include:
20
"unigbrk.h"
21
22
License:
23
LGPLv3+ or GPLv2
24
25
Maintainer:
26
Ben Pfaff, Daiki Ueno