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
havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git]
/
modules
/
unigbrk
/
uc-is-grapheme-break
blob
1b4c391ac41394676762c0528d12f5a153d2dbcf
1
Description:
2
Test for grapheme cluster breakpoints.
3
4
Files:
5
lib/unigbrk/uc-is-grapheme-break.c
6
7
Depends-on:
8
unigbrk/base
9
unigbrk/uc-gbrk-prop
10
11
configure.ac:
12
gl_LIBUNISTRING_MODULE([0.9.8], [unigbrk/uc-is-grapheme-break])
13
14
Makefile.am:
15
if LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK
16
lib_SOURCES += unigbrk/uc-is-grapheme-break.c
17
endif
18
19
Include:
20
"unigbrk.h"
21
22
License:
23
LGPLv3+ or GPLv2
24
25
Maintainer:
26
Ben Pfaff, Daiki Ueno