New module 'striconveh'.
[pspp] / modules / striconveh
1 Description:
2 Character set conversion of strings with error handling, uses iconv.
3
4 Files:
5 lib/striconveh.h
6 lib/striconveh.c
7
8 Depends-on:
9 stdbool
10 iconv
11 utf8-ucs4-safe
12 ucs4-utf8
13 unistr/u8-prev
14 unistr/u8-mbtouc
15 strdup
16 c-strcase
17
18 configure.ac:
19 if test $gl_cond_libtool = false; then
20   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
21   gl_libdeps="$gl_libdeps $LIBICONV"
22 fi
23
24 Makefile.am:
25 lib_SOURCES += striconveh.h striconveh.c
26 if GL_COND_LIBTOOL
27 lib_LDFLAGS += $(LTLIBICONV)
28 endif
29
30 Include:
31 "striconveh.h"
32
33 License:
34 LGPL
35
36 Maintainer:
37 Bruno Haible
38