bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using iconv in stand-alone info


From: Eli Zaretskii
Subject: Using iconv in stand-alone info
Date: Mon, 21 Dec 2015 19:08:34 +0200

I noticed that info-utils.c doesn't call 'iconv' one last time after
the conversion is finished.  This is required to output the last
character when the conversion is implemented by libiconv as a stateful
one.

See this discussion on Wget mailing list about one such problem:

  http://lists.gnu.org/archive/html/bug-wget/2015-12/msg00111.html
  http://lists.gnu.org/archive/html/bug-wget/2015-12/msg00113.html

So I suggest we fix this in Info by adding a call to 'iconv' when the
conversion returns with success.

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]