timespec-sub: Fix compilation error on clang.
[gnulib.git] / modules / unicase / u16-ct-totitle
blob5e1a1b8d791154b546b1071c9a23942e09adad5c
1 Description:
2 Titlecase mapping for UTF-16 substrings (locale dependent).
4 Files:
5 lib/unicase/u16-ct-totitle.c
6 lib/unicase/u-ct-totitle.h
7 lib/unicase/context.h
9 Depends-on:
10 unicase/base
11 unicase/cased
12 unicase/ignorable
13 unicase/special-casing
14 unicase/totitle
15 unicase/tolower
16 uniwbrk/u16-wordbreaks
17 unictype/combining-class
18 unictype/property-soft-dotted
19 unistr/u16-mbtouc-unsafe
20 unistr/u16-uctomb
21 unistr/u16-cpy
22 uninorm/u16-normalize
23 stdbool
25 configure.ac:
26 gl_LIBUNISTRING_MODULE([1.2], [unicase/u16-ct-totitle])
28 Makefile.am:
29 if LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOTITLE
30 lib_SOURCES += unicase/u16-ct-totitle.c
31 endif
33 Include:
34 "unicase.h"
36 License:
37 LGPLv3+ or GPLv2+
39 Maintainer:
40 all