Re: Using iconv in stand-alone info

2015-12-25 Thread Gavin Smith
On 25 December 2015 at 07:14, Eli Zaretskii wrote: > > So is the patch good to go in? > Yes.

Re: texinfo-6.0.90 - terminal info problem

2015-12-25 Thread Norbert Preining
> This was already fixed in the repository. If you want to fix that in Ah, thanks. I will wait for the prerelease 91 ;-) Norbert PREINING, Norbert http://www.preining.info JAIST, Japan

Re: Using iconv in stand-alone info

2015-12-25 Thread Eli Zaretskii
> Date: Fri, 25 Dec 2015 09:14:54 + > From: Gavin Smith > Cc: Texinfo > > On 25 December 2015 at 07:14, Eli Zaretskii wrote: > > > > So is the patch good to go in? > > > > Yes. Committed.

texinfo should support Emacs coding specifier

2015-12-25 Thread Per Bothner
There is an Emacs standard for specifying the character encoding of a file, by putting 'coding: ENCODING' in the mode specifier. The texinfo specification should follow this standard; it is extra weird to not do so when the texinfo specification does require a mode declaration. I.e. following

Re: Using iconv in stand-alone info

2015-12-25 Thread Gavin Smith
On 25 December 2015 at 21:52, Gavin Smith wrote: > > That may not come out right but the point is that "\201" isn't at the > end, when it should be. > > I think this will be easy to fix, I'll probably do it today or tomorrow. Here's the fix; I'll commit tomorrow unless

Re: Using iconv in stand-alone info

2015-12-25 Thread Eli Zaretskii
> Date: Fri, 25 Dec 2015 21:59:45 + > From: Gavin Smith > Cc: Texinfo > > On 25 December 2015 at 21:52, Gavin Smith wrote: > > > > That may not come out right but the point is that "\201" isn't at the > > end, when it

Re: Using iconv in stand-alone info

2015-12-25 Thread Gavin Smith
On 25 December 2015 at 14:42, Eli Zaretskii wrote: > > Committed. Here's another test file demonstrating a problem. This time I put a byte that wasn't valid in cp-1255 in the file. Because the conversion isn't flushed before the substitute text is added, the output is out of order.