blob: 8231569c67f3b0390c10ac58edba765b09a20544 (
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
30
31
32
33
34
35
|
Description:
Unicode character output to streams with locale dependent encoding.
Files:
lib/unicodeio.h
lib/unicodeio.c
m4/unicodeio.m4
Depends-on:
unistr/u8-uctomb
iconv
iconv_open
gettext-h
localcharset
error
ignore-value
configure.ac:
gl_UNICODEIO
Makefile.am:
lib_SOURCES += unicodeio.h unicodeio.c
Include:
"unicodeio.h"
Link:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
License:
GPL
Maintainer:
Bruno Haible
|