Branch
Hash :
8a61720a
Author :
Date :
2025-09-02T16:05:31
Clarify link dependency towards libiconv. * modules/propername (Link): Document requirement to link with $(LIBICONV) or $(LTLIBICONV). * modules/xstriconv (Link): Likewise.
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:
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
License:
GPL
Maintainer:
Simon Josefsson