view modules/xstriconv @ 12895:9dc379bea179

lib-ignore: relax license to LGPLv2+ * modules/lib-ignore (License): Relax to LGPLv2+.
author Jim Meyering <meyering@redhat.com>
date Tue, 23 Feb 2010 09:51:54 +0100
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