vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / unicase / u32-ct-totitle
blobe94ae4f4c7c64b2d4040f39a7508e821dd9193d2
1 Description:
2 Titlecase mapping for UTF-32 substrings (locale dependent).
4 Files:
5 lib/unicase/u32-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/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
25 configure.ac:
26 gl_LIBUNISTRING_MODULE([0.9.8], [unicase/u32-ct-totitle])
28 Makefile.am:
29 if LIBUNISTRING_COMPILE_UNICASE_U32_CT_TOTITLE
30 lib_SOURCES += unicase/u32-ct-totitle.c
31 endif
33 Include:
34 "unicase.h"
36 License:
37 LGPLv3+ or GPLv2
39 Maintainer:
40 all