changeset 27609:7308928ff27b

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