changeset 7918:2b63866dabc7

Oops, fix description.
author Bruno Haible <bruno@clisp.org>
date Sun, 21 Jan 2007 22:58:01 +0000
parents 0b6b5a675452
children b7b7885895a6
files lib/striconveh.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/striconveh.h
+++ b/lib/striconveh.h
@@ -81,8 +81,6 @@
 
 /* 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.