strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / u32-ct-casefold
1 Description:
2 Casefolding mapping for UTF-32 substrings (locale dependent).
3
4 Files:
5 lib/unicase/u32-ct-casefold.c
6 lib/unicase/u-ct-casefold.h
7
8 Depends-on:
9 unicase/base
10 unicase/u32-casemap
11 unicase/special-casing
12 unicase/tocasefold
13 uninorm/decomposing-form
14 uninorm/u32-normalize
15 uninorm/nfd
16
17 configure.ac:
18 gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u32-ct-casefold])
19
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNICASE_U32_CT_CASEFOLD
22 lib_SOURCES += unicase/u32-ct-casefold.c
23 endif
24
25 Include:
26 "unicase.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33