repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: fix 'invalid path dir' error
[gnulib.git]
/
modules
/
unicodeio
blob
51721db72d19f25926149a3c9ef5ba11e63178ae
1
Description:
2
Unicode character output to streams with locale dependent encoding.
3
4
Files:
5
lib/unicodeio.h
6
lib/unicodeio.c
7
m4/unicodeio.m4
8
9
Depends-on:
10
unistr/u8-uctomb
11
iconv
12
iconv_open
13
gettext-h
14
localcharset
15
error
16
stdio
17
18
configure.ac:
19
gl_UNICODEIO
20
21
Makefile.am:
22
lib_SOURCES += unicodeio.h unicodeio.c
23
24
Include:
25
"unicodeio.h"
26
27
Link:
28
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
29
30
License:
31
GPL
32
33
Maintainer:
34
all