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