1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 07:03:33 +00:00
Files
gnulib/modules/xstriconveh
Bruno Haible 8222c4ae8c striconveh: Fix module description.
* modules/striconveh (Link): Add $(LIBUNISTRING).
* modules/striconveha (Link): New section.
* modules/xstriconveh (Link): New section.
2023-06-27 13:26:03 +02:00

30 lines
432 B
Plaintext

Description:
Character set conversion of strings made easy, uses iconv, with out-of-memory
checking.
Files:
lib/xstriconveh.h
lib/xstriconveh.c
Depends-on:
striconveh
xalloc
configure.ac:
Makefile.am:
lib_SOURCES += xstriconveh.c
Include:
"xstriconveh.h"
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
License:
GPL
Maintainer:
all