strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / u8-casecmp
1 Description:
2 Case and normalization insensitive comparison of UTF-8 strings.
3
4 Files:
5 lib/unicase/u8-casecmp.c
6 lib/unicase/u-casecmp.h
7
8 Depends-on:
9 unicase/base
10 unicase/u8-casefold
11 uninorm/decomposing-form
12 unistr/u8-cmp2
13 minmax
14
15 configure.ac:
16 gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u8-casecmp])
17
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNICASE_U8_CASECMP
20 lib_SOURCES += unicase/u8-casecmp.c
21 endif
22
23 Include:
24 "unicase.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31