Define u8_totitle as a wrapper around u8_ct_totitle.
[gnulib.git] / modules / unicase / u8-totitle
1 Description:
2 Titlecase mapping for UTF-8 strings (locale dependent).
3
4 Files:
5 lib/unicase/u8-totitle.c
6 lib/unicase/u-totitle.h
7
8 Depends-on:
9 unicase/base
10 unicase/u8-ct-totitle
11 unicase/empty-prefix-context
12 unicase/empty-suffix-context
13
14 configure.ac:
15
16 Makefile.am:
17 lib_SOURCES += unicase/u8-totitle.c
18
19 Include:
20 "unicase.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27