Oops, fix description.
authorBruno Haible <bruno@clisp.org>
Sun, 21 Jan 2007 22:58:01 +0000 (22:58 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jan 2007 22:58:01 +0000 (22:58 +0000)
lib/striconveh.h

index 3dc1539..2ab1e6f 100644 (file)
@@ -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.