md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / uniconv / u16-strconv-to-locale
1 Description:
2 Conversion from UTF-16 to the locale encoding.
3
4 Files:
5 lib/uniconv/u16-strconv-to-locale.c
6
7 Depends-on:
8 uniconv/base
9 uniconv/u16-strconv-to-enc
10 localcharset
11
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([0.9], [uniconv/u16-strconv-to-locale])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_TO_LOCALE
17 lib_SOURCES += uniconv/u16-strconv-to-locale.c
18 endif
19
20 Include:
21 "uniconv.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28