ssfmalloc: Portability to Cygwin.
[gnulib.git] / modules / unicodeio
blobd7a3a4a95d45ab0a78f2cffa3b132e42d27c600f
1 Description:
2 Unicode character output to streams with locale dependent encoding.
4 Files:
5 lib/unicodeio.h
6 lib/unicodeio.c
7 m4/unicodeio.m4
8 m4/musl.m4
10 Depends-on:
11 unistr/u8-uctomb
12 iconv
13 iconv_open
14 gettext-h
15 localcharset
16 error
17 stdio
19 configure.ac:
20 gl_UNICODEIO
22 Makefile.am:
23 lib_SOURCES += unicodeio.h unicodeio.c
25 Include:
26 "unicodeio.h"
28 Link:
29 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
31 License:
32 GPL
34 Maintainer:
35 all