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