blob: 592c9a3d0738d9ac3c2e5ebefa80a0b0848e1f94 (
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 in UTF-8 string.
Files:
lib/unigbrk/u8-grapheme-breaks.c
tests/macros.h
Depends-on:
unigbrk/uc-is-grapheme-break
unistr/u8-mbtouc
configure.ac:
gl_MODULE_INDICATOR([unigbrk/u8-grapheme-breaks])
gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/u8-grapheme-breaks])
Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_BREAKS
lib_SOURCES += unigbrk/u8-grapheme-breaks.c
endif
Include:
"unigbrk.h"
License:
LGPL
Maintainer:
Ben Pfaff, Daiki Ueno
|