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