strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / u32-ct-totitle
1 Description:
2 Titlecase mapping for UTF-32 substrings (locale dependent).
3
4 Files:
5 lib/unicase/u32-ct-totitle.c
6 lib/unicase/u-ct-totitle.h
7 lib/unicase/context.h
8
9 Depends-on:
10 unicase/base
11 unicase/cased
12 unicase/ignorable
13 unicase/special-casing
14 unicase/totitle
15 unicase/tolower
16 uniwbrk/u32-wordbreaks
17 unictype/combining-class
18 unictype/property-soft-dotted
19 unistr/u32-mbtouc-unsafe
20 unistr/u32-uctomb
21 unistr/u32-cpy
22 uninorm/u32-normalize
23 stdbool
24
25 configure.ac:
26 gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u32-ct-totitle])
27
28 Makefile.am:
29 if LIBUNISTRING_COMPILE_UNICASE_U32_CT_TOTITLE
30 lib_SOURCES += unicase/u32-ct-totitle.c
31 endif
32
33 Include:
34 "unicase.h"
35
36 License:
37 LGPL
38
39 Maintainer:
40 Bruno Haible
41