summaryrefslogtreecommitdiff
path: root/gnulib/modules/unigbrk/u32-grapheme-prev
blob: c1a63759085b38d90fae1aec147351775c1a8432 (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 start of previous grapheme cluster in UTF-32 string.

Files:
lib/unigbrk/u32-grapheme-prev.c
tests/macros.h

Depends-on:
unigbrk/uc-is-grapheme-break
unistr/u32-prev

configure.ac:
gl_MODULE_INDICATOR([unigbrk/u32-grapheme-prev])
gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/u32-grapheme-prev])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_PREV
lib_SOURCES += unigbrk/u32-grapheme-prev.c
endif

Include:
"unigbrk.h"

License:
LGPL

Maintainer:
Ben Pfaff, Bruno Haible