modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / modules / unicodeio
blob2d0d14069c9976f65e0255368497f13c3a21d80c
1 Description:
2 Unicode character output to streams with locale dependent encoding.
4 Files:
5 lib/unicodeio.h
6 lib/unicodeio.c
7 m4/unicodeio.m4
9 Depends-on:
10 unistr/u8-uctomb
11 iconv
12 iconv_open
13 gettext-h
14 localcharset
15 error
16 stdio
18 configure.ac:
19 gl_UNICODEIO
21 Makefile.am:
22 lib_SOURCES += unicodeio.h unicodeio.c
24 Include:
25 "unicodeio.h"
27 Link:
28 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
30 License:
31 GPL
33 Maintainer:
34 Daiki Ueno