From: Bruno Haible Date: Sun, 21 Jan 2007 22:58:01 +0000 (+0000) Subject: Oops, fix description. X-Git-Tag: cvs-readonly~1300 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=70da04bc5da799165778cfe83c2d6a64dcb25b83;p=gnulib.git Oops, fix description. --- diff --git a/lib/striconveh.h b/lib/striconveh.h index 3dc153955..2ab1e6fed 100644 --- a/lib/striconveh.h +++ b/lib/striconveh.h @@ -81,8 +81,6 @@ extern char * /* Convert an entire string from one encoding to another, using iconv. The original string is at [SRC,...,SRC+SRCLEN-1]. - Both the "from" and the "to" encoding must use a single NUL byte at the - end of the string (i.e. not UCS-2, UCS-4, UTF-16, UTF-32). *RESULTP and *LENGTH should initially be a scratch buffer and its size, or *RESULTP can initially be NULL. May erase the contents of the memory at *RESULTP.