Documentation about Minix.
[gnulib.git] / doc / posix-functions / iconv_close.texi
1 @node iconv_close
2 @section @code{iconv_close}
3 @findex iconv_close
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iconv_close.html}
6
7 Gnulib module: iconv
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 GNU libiconv is not found if installed in @file{$PREFIX/lib}.
13 @end itemize
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on some platforms:
19 MacOS X 10.5, FreeBSD 6.0, OpenBSD 3.8, Minix 3.1.8, IRIX 5.3, Cygwin, mingw, BeOS,
20 when GNU libiconv is not installed.
21 @end itemize