mbsnrtowcs: Work around Solaris 11.4 bug.
[gnulib.git] / modules / unicase / u16-tolower
blob1e81093e6787ca7d76ea8db0662b0116964f8ab9
1 Description:
2 Lowercase mapping for UTF-16 strings (locale dependent).
4 Files:
5 lib/unicase/u16-tolower.c
7 Depends-on:
8 unicase/base
9 unicase/u16-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/u16-tolower])
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNICASE_U16_TOLOWER
20 lib_SOURCES += unicase/u16-tolower.c
21 endif
23 Include:
24 "unicase.h"
26 License:
27 LGPLv3+ or GPLv2
29 Maintainer:
30 all