changeset 14066:4da5a61188fb

iconv: Document HP-UX 11 bug. * doc/posix-functions/iconv.texi: Document HP-UX 11 return value bug.
author Bruno Haible <bruno@clisp.org>
date Fri, 31 Dec 2010 23:05:03 +0100
parents b6d1c24a0c4e
children 10c3545b10f8
files ChangeLog doc/posix-functions/iconv.texi
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-31  Bruno Haible  <bruno@clisp.org>
+
+	iconv: Document HP-UX 11 bug.
+	* doc/posix-functions/iconv.texi: Document HP-UX 11 return value bug.
+
 2010-12-31  Bruno Haible  <bruno@clisp.org>
 
 	ldexpl: Fix link error on HP-UX 11.
--- a/doc/posix-functions/iconv.texi
+++ b/doc/posix-functions/iconv.texi
@@ -34,4 +34,7 @@
 Gnulib provides higher-level facilities @code{striconv} and @code{striconveh}
 (wrappers around @code{iconv}) that deal with conversion errors in a platform
 independent way.
+@item
+This function returns a positive return value, instead of zero, when
+converting from ISO-8859-1 to UTF-8 on HP-UX 11.
 @end itemize