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