vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / unicase / u8-tolower
blobf9efcaf03c7128b4d76ef4d09aead4ff20117e2f
1 Description:
2 Lowercase mapping for UTF-8 strings (locale dependent).
4 Files:
5 lib/unicase/u8-tolower.c
7 Depends-on:
8 unicase/base
9 unicase/u8-casemap
10 unicase/special-casing
11 unicase/empty-prefix-context
12 unicase/empty-suffix-context
13 unicase/tolower
15 configure.ac:
16 gl_LIBUNISTRING_MODULE([0.9.8], [unicase/u8-tolower])
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER
20 lib_SOURCES += unicase/u8-tolower.c
21 endif
23 Include:
24 "unicase.h"
26 License:
27 LGPLv3+ or GPLv2
29 Maintainer:
30 all