gnulib-tool.py: import mktemp
[gnulib.git] / doc / posix-headers / iconv.texi
blobffdadaaea6918569ce7b19c4c0861cf162641952
1 @node iconv.h
2 @section @file{iconv.h}
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html}
6 Gnulib module: iconv
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The <iconv.h> from GNU libiconv is not found if installed in
12 @file{$PREFIX/include}.
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This header file is missing on some platforms:
19 FreeBSD 6.0, OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14, BeOS,
20 when GNU libiconv is not installed.
21 @end itemize