From 13b8c7355776ddfcc2d7d633eb38c5ad30604c25 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 31 Dec 2010 23:05:03 +0100 Subject: [PATCH] iconv: Document HP-UX 11 bug. * doc/posix-functions/iconv.texi: Document HP-UX 11 return value bug. --- ChangeLog | 5 +++++ doc/posix-functions/iconv.texi | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c5e408643..452045a4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-12-31 Bruno Haible + iconv: Document HP-UX 11 bug. + * doc/posix-functions/iconv.texi: Document HP-UX 11 return value bug. + +2010-12-31 Bruno Haible + ldexpl: Fix link error on HP-UX 11. * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When replacing ldexpl, set LDEXPL_LIBM, using $ISNANL_LIBM. diff --git a/doc/posix-functions/iconv.texi b/doc/posix-functions/iconv.texi index 328842e8e..3f984b594 100644 --- a/doc/posix-functions/iconv.texi +++ b/doc/posix-functions/iconv.texi @@ -34,4 +34,7 @@ implementation-defined character into the output buffer. --- 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 -- 2.11.0