Refactor common macros used in tests.
[gnulib.git] / modules / uniconv / u16-strconv-to-enc
1 Description:
2 Conversion from UTF-16 to legacy encodings.
3
4 Files:
5 lib/uniconv/u16-strconv-to-enc.c
6 lib/uniconv/u-strconv-to-enc.h
7
8 Depends-on:
9 uniconv/base
10 striconveha
11 uniconv/u8-strconv-to-enc
12 unistr/u16-to-u8
13 unistr/u16-strlen
14
15 configure.ac:
16 AC_REQUIRE([gl_BIGENDIAN])
17
18 Makefile.am:
19 lib_SOURCES += uniconv/u16-strconv-to-enc.c
20
21 Include:
22 "uniconv.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29