view modules/unicodeio @ 30188:351557079be5

EPIPE requires errno module.
author Bruno Haible <bruno@clisp.org>
date Sat, 27 Sep 2008 16:52:41 +0200
parents 3f4d3e99576d
children 90b7835bc271
line wrap: on
line source

Description:
Unicode character output to streams with locale dependent encoding.

Files:
lib/unicodeio.h
lib/unicodeio.c
m4/unicodeio.m4

Depends-on:
iconv
iconv_open
gettext-h
localcharset
error

configure.ac:
gl_UNICODEIO

Makefile.am:
lib_SOURCES += unicodeio.h unicodeio.c

Include:
"unicodeio.h"

Link:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise

License:
GPL

Maintainer:
Bruno Haible