New module 'striconveha'.
[pspp] / modules / striconveha
1 Description:
2 Character set conversion of strings with error handling and autodetection,
3 uses iconv.
4
5 Files:
6 lib/striconveha.h
7 lib/striconveha.c
8
9 Depends-on:
10 striconveh
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += striconveha.h striconveha.c
16
17 Include:
18 "striconveha.h"
19
20 License:
21 LGPL
22
23 Maintainer:
24 Bruno Haible
25