vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / unicase / u8-totitle
blob632376ac78ef75059f2b54bc7ccff14754e26fd9
1 Description:
2 Titlecase mapping for UTF-8 strings (locale dependent).
4 Files:
5 lib/unicase/u8-totitle.c
6 lib/unicase/u-totitle.h
8 Depends-on:
9 unicase/base
10 unicase/u8-ct-totitle
11 unicase/empty-prefix-context
12 unicase/empty-suffix-context
14 configure.ac:
15 gl_LIBUNISTRING_MODULE([0.9.8], [unicase/u8-totitle])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICASE_U8_TOTITLE
19 lib_SOURCES += unicase/u8-totitle.c
20 endif
22 Include:
23 "unicase.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all