New module 'unicase/u32-totitle'.
[gnulib.git] / modules / unicase / u32-totitle
1 Description:
2 Titlecase mapping for UTF-32 strings (locale dependent).
3
4 Files:
5 lib/unicase/u32-totitle.c
6 lib/unicase/u-totitle.h
7
8 Depends-on:
9 unicase/base
10 unicase/special-casing
11 unicase/totitle
12 unicase/tolower
13 uniwbrk/wordbreak-property
14 uniwbrk/u32-wordbreaks
15 unictype/category-of
16 unictype/category-test
17 unictype/category-Lt
18 unictype/combining-class
19 unictype/property-lowercase
20 unictype/property-uppercase
21 unictype/property-soft-dotted
22 unistr/u32-mbtouc-unsafe
23 unistr/u32-uctomb
24 unistr/u32-cpy
25 uninorm/u32-normalize
26 stdbool
27
28 configure.ac:
29
30 Makefile.am:
31 lib_SOURCES += unicase/u32-totitle.c
32
33 Include:
34 "unicase.h"
35
36 License:
37 LGPL
38
39 Maintainer:
40 Bruno Haible
41