NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / unicase / ulc-casecmp
1 Description:
2 Case and normalization insensitive comparison of strings.
3
4 Files:
5 lib/unicase/ulc-casecmp.c
6 lib/unicase/u-casecmp.h
7
8 Depends-on:
9 unicase/base
10 unicase/u8-casefold
11 uninorm/decomposing-form
12 uniconv/u8-conv-from-enc
13 unistr/u8-cmp2
14 localcharset
15 minmax
16
17 configure.ac:
18 gl_LIBUNISTRING_MODULE([0.9.4], [unicase/ulc-casecmp])
19
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNICASE_ULC_CASECMP
22 lib_SOURCES += unicase/ulc-casecmp.c
23 endif
24
25 Include:
26 "unicase.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33