Mention indirect conversion problem.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Aug 2009 14:24:02 +0000 (16:24 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Aug 2009 14:24:02 +0000 (16:24 +0200)
ChangeLog
doc/posix-functions/iconv_open.texi

index 7ddaf510918108fc5e768464ff0ce4cb5f9bf1e3..06de474c6cbabcf61622a77a66ecc337b5a49b3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-30  Bruno Haible  <bruno@clisp.org>
+
+       * doc/posix-functions/iconv_open.texi: Mention indirect conversion
+       problem.
+
 2009-08-30  Bruno Haible  <bruno@clisp.org>
 
        Work around iconv_open problem on Solaris.
index 74e8106258fb4ba1020fb7f31d43b5d664e83914..8e44b1a5c19e7c0860c8af29a76da71cf1556542 100644 (file)
@@ -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