Rename u8_mbtouc -> u8_mbtouc_unsafe.
[gnulib.git] / 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-unsafe
15 strdup
16 c-strcase
17 c-strcaseeq
18
19 configure.ac:
20 if test $gl_cond_libtool = false; then
21   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
22   gl_libdeps="$gl_libdeps $LIBICONV"
23 fi
24
25 Makefile.am:
26 lib_SOURCES += striconveh.h striconveh.c
27 if GL_COND_LIBTOOL
28 lib_LDFLAGS += $(LTLIBICONV)
29 endif
30
31 Include:
32 "striconveh.h"
33
34 License:
35 LGPL
36
37 Maintainer:
38 Bruno Haible
39