putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / unicodeio
blobb1b077d76bdff1219536ff56dc4e2aa1b569474c
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
30 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
32 License:
33 GPL
35 Maintainer:
36 all