X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ficonv_open.texi;h=8e44b1a5c19e7c0860c8af29a76da71cf1556542;hb=e29e19dce9e19be76fae92b0955d02c843333093;hp=74e8106258fb4ba1020fb7f31d43b5d664e83914;hpb=555629c070c880ec843eab0dcf05952efeefbeb9;p=gnulib.git diff --git a/doc/posix-functions/iconv_open.texi b/doc/posix-functions/iconv_open.texi index 74e810625..8e44b1a5c 100644 --- a/doc/posix-functions/iconv_open.texi +++ b/doc/posix-functions/iconv_open.texi @@ -38,5 +38,11 @@ This function is missing on some platforms: MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, IRIX 5.3, Cygwin, mingw, BeOS, when GNU libiconv is not installed. @item +For some encodings A and B, this function cannot convert directly from A to B, +although an indirect conversion from A through UTF-8 to B is possible. This +occurs on some platforms: Solaris 10. --- Gnulib provides a higher-level +facility @code{striconveh} (a wrapper around @code{iconv}) that deals with +this problem. +@item The set of supported encodings and conversions is system dependent. @end itemize