doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / unistdio / u8-u8-vasprintf
1 Description:
2 Formatted output to an UTF-8 string, with automatic memory allocation.
3
4 Files:
5 lib/unistdio/u8-u8-vasprintf.c
6 lib/unistdio/u-vasprintf.h
7
8 Depends-on:
9 unistdio/base
10 unistdio/u8-u8-vasnprintf
11 errno
12
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistdio/u8-u8-vasprintf])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VASPRINTF
18 lib_SOURCES += unistdio/u8-u8-vasprintf.c
19 endif
20
21 Include:
22 "unistdio.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29