havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / unigbrk / u16-grapheme-breaks
blob74426f2e7997f4dba1df730603ab61ad80ffb4be
1 Description:
2 Find grapheme cluster breaks in UTF-16 string.
4 Files:
5 lib/unigbrk/u16-grapheme-breaks.c
6 lib/unigbrk/u-grapheme-breaks.h
8 Depends-on:
9 unigbrk/base
10 unigbrk/uc-gbrk-prop
11 unistr/u16-mbtouc
13 configure.ac:
14 gl_MODULE_INDICATOR([unigbrk/u16-grapheme-breaks])
15 gl_LIBUNISTRING_MODULE([0.9.8], [unigbrk/u16-grapheme-breaks])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_BREAKS
19 lib_SOURCES += unigbrk/u16-grapheme-breaks.c
20 endif
22 Include:
23 "unigbrk.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 Ben Pfaff, Daiki Ueno