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 36 37
|
Description:
Unicode character output to streams with locale dependent encoding.
Files:
lib/unicodeio.h
lib/unicodeio.c
m4/unicodeio.m4
m4/musl.m4
Depends-on:
unistr/u8-uctomb
iconv
iconv_open
gettext-h
gnulib-i18n
localcharset
error
stdio-h
configure.ac:
gl_UNICODEIO
Makefile.am:
lib_SOURCES += unicodeio.h unicodeio.c
Include:
"unicodeio.h"
Link:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
License:
GPL
Maintainer:
all
|