Merge commit '86ba51d2c17219b82b977da0a912e05a3d9bf858' into stable, which was:
[gnulib.git] / modules / unicase / u8-casexfrm
1 Description:
2 Locale dependent transformation for case insensitive comparison of UTF-8
3 strings.
4
5 Files:
6 lib/unicase/u8-casexfrm.c
7 lib/unicase/u-casexfrm.h
8
9 Depends-on:
10 unicase/base
11 unicase/u8-casefold
12 uniconv/u8-conv-to-enc
13 localcharset
14 memxfrm
15
16 configure.ac:
17 gl_LIBUNISTRING_MODULE([0.9.1], [unicase/u8-casexfrm])
18
19 Makefile.am:
20 if LIBUNISTRING_COMPILE_UNICASE_U8_CASEXFRM
21 lib_SOURCES += unicase/u8-casexfrm.c
22 endif
23
24 Include:
25 "unicase.h"
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32