octave-maintainers
[Top][All Lists]
Advanced

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

Re: generate_html: utf-8 texinfo broken


From: Mike Miller
Subject: Re: generate_html: utf-8 texinfo broken
Date: Sat, 7 Mar 2015 21:27:30 -0500
User-agent: Mutt/1.5.23 (2014-03-12)

On Sat, Mar 07, 2015 at 09:39:49 +0100, Julien Bect wrote:
> Le 07/03/2015 00:04, Philip Nienhuis a écrit :
> >The stanza I patched is guaranteed to break if the regexp above it returns
> >an empty tmp variable (as an empty var cannot be indexed twice
> >successively, and surely not with indices equal to 1).
> 
> Yes, but I *never* get an empty tmp variable.

This is definitely a texinfo version difference, version 5 was a major
rewrite.

$ echo > foo.texi
$ makeinfo --version | sed 1q
makeinfo (GNU texinfo) 5.2
$ makeinfo --html --no-split foo.texi
$ grep charset foo.html
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

$ echo > foo.texi
$ ./src/texinfo-4.13/makeinfo/makeinfo --version | sed 1q
makeinfo (GNU texinfo) 4.13
$ ./src/texinfo-4.13/makeinfo/makeinfo --html --no-split foo.texi
$ grep charset foo.html
[no output]

Anyway, thanks for resolving :)

-- 
mike



reply via email to

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