havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / unigbrk / u32-grapheme-prev
blob7a36dbd34a1d15782a2137565ae400bbff1409b7
1 Description:
2 Find start of previous grapheme cluster in UTF-32 string.
4 Files:
5 lib/unigbrk/u32-grapheme-prev.c
6 tests/macros.h
8 Depends-on:
9 unigbrk/uc-is-grapheme-break
10 unistr/u32-prev
12 configure.ac:
13 gl_MODULE_INDICATOR([unigbrk/u32-grapheme-prev])
14 gl_LIBUNISTRING_MODULE([0.9.8], [unigbrk/u32-grapheme-prev])
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_PREV
18 lib_SOURCES += unigbrk/u32-grapheme-prev.c
19 endif
21 Include:
22 "unigbrk.h"
24 License:
25 LGPLv3+ or GPLv2
27 Maintainer:
28 Ben Pfaff, Daiki Ueno