view modules/xstriconv @ 17362:7a2e583edf71

check for (erroneous) ftp-upload.gnu.org
author Karl Berry <karl@freefriends.org>
date Tue, 19 Mar 2013 10:47:12 -0700
parents 7581db129a32
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