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