view modules/xstriconv @ 30188:351557079be5

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

Description:
Character set conversion of strings made easy, uses iconv, with out-of-memory
checking.

Files:
lib/xstriconv.h
lib/xstriconv.c

Depends-on:
striconv
xalloc

configure.ac:

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

Include:
"xstriconv.h"

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

License:
GPL

Maintainer:
Bruno Haible, Simon Josefsson