summaryrefslogtreecommitdiff
path: root/gnulib/modules/xstriconveh
blob: 461d8a2aeec314a7e81c190ab311fab2940d076c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise

License:
GPL

Maintainer:
Bruno Haible