blob: 02b00a8f5303b1a1bc50dc696912b67a1220990f (
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
29
|
Description:
Character set conversion of strings made easy, uses iconv, with out-of-memory
checking.
Files:
lib/xstriconv.h
lib/xstriconv.c
Depends-on:
striconv
xalloc
configure.ac:
Makefile.am:
lib_SOURCES += xstriconv.h xstriconv.c
Include:
"xstriconv.h"
Link:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
License:
GPL
Maintainer:
Bruno Haible, Simon Josefsson
|