doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / xstriconveh
1 Description:
2 Character set conversion of strings made easy, uses iconv, with out-of-memory
3 checking.
4
5 Files:
6 lib/xstriconveh.h
7 lib/xstriconveh.c
8
9 Depends-on:
10 striconveh
11 xalloc
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += xstriconveh.c
17
18 Include:
19 "xstriconveh.h"
20
21 Link:
22 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible