autoupdate
[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
17 configure.ac:
18 gl_UNICODEIO
19
20 Makefile.am:
21 lib_SOURCES += unicodeio.h unicodeio.c
22
23 Include:
24 "unicodeio.h"
25
26 Link:
27 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
28
29 License:
30 GPL
31
32 Maintainer:
33 Bruno Haible
34