verify: new macro 'assume'
[gnulib.git] / modules / unicodeio
1 Description:
2 Unicode character output to streams with locale dependent encoding.
3
4 Files:
5 lib/unicodeio.h
6 lib/unicodeio.c
7 m4/unicodeio.m4
8
9 Depends-on:
10 unistr/u8-uctomb
11 iconv
12 iconv_open
13 gettext-h
14 localcharset
15 error
16 stdio
17
18 configure.ac:
19 gl_UNICODEIO
20
21 Makefile.am:
22 lib_SOURCES += unicodeio.h unicodeio.c
23
24 Include:
25 "unicodeio.h"
26
27 Link:
28 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
29
30 License:
31 GPL
32
33 Maintainer:
34 Bruno Haible