Re: [PATCH] Remove encoding warning in Firefox

2017-08-27 Thread Gavin Smith
On Sun, Aug 27, 2017 at 10:49:02AM +0100, Gavin Smith wrote: > On Sat, Aug 26, 2017 at 07:22:23PM +0100, Gavin Smith wrote: > > On Sat, Aug 26, 2017 at 05:20:59PM +0200, Mathieu Lirzin wrote: > > > Oops I saw you fixed some tests I missed. I didn't enable the > > > "--enable-tp-tests" configure op

Re: [PATCH] Remove encoding warning in Firefox

2017-08-27 Thread Gavin Smith
On Sat, Aug 26, 2017 at 07:22:23PM +0100, Gavin Smith wrote: > On Sat, Aug 26, 2017 at 05:20:59PM +0200, Mathieu Lirzin wrote: > > Oops I saw you fixed some tests I missed. I didn't enable the > > "--enable-tp-tests" configure option. Sorry about that. > > > > I think you have to have some extr

Re: [PATCH] Remove encoding warning in Firefox

2017-08-26 Thread Gavin Smith
On Sat, Aug 26, 2017 at 05:20:59PM +0200, Mathieu Lirzin wrote: > Oops I saw you fixed some tests I missed. I didn't enable the > "--enable-tp-tests" configure option. Sorry about that. > I think you have to have some extra Perl modules installed to run those tests, which may explain why you m

Re: [PATCH] Remove encoding warning in Firefox

2017-08-26 Thread Mathieu Lirzin
Mathieu Lirzin writes: > Gavin Smith writes: > >> On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote: >>> Hello, >>> >>> When opening a manual generated with makeinfo in Firefox 55, there is a >>> warning telling that the encoding of the HTML document has not been >>> found in the f

Re: [PATCH] Remove encoding warning in Firefox

2017-08-25 Thread Mathieu Lirzin
Ineiev writes: > On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote: >> Index: tp/Texinfo/Convert/HTML.pm >> === >> --- tp/Texinfo/Convert/HTML.pm (revision 7934) >> +++ tp/Texinfo/Convert/HTML.pm (working cop

Re: [PATCH] Remove encoding warning in Firefox

2017-08-25 Thread Mathieu Lirzin
Gavin Smith writes: > On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote: >> Hello, >> >> When opening a manual generated with makeinfo in Firefox 55, there is a >> warning telling that the encoding of the HTML document has not been >> found in the first 1024 bytes of the file. The

Re: [PATCH] Remove encoding warning in Firefox

2017-08-22 Thread Ineiev
On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote: > Index: tp/Texinfo/Convert/HTML.pm > === > --- tp/Texinfo/Convert/HTML.pm(revision 7934) > +++ tp/Texinfo/Convert/HTML.pm(working copy) > @@ -6330,11 +633

Re: [PATCH] Remove encoding warning in Firefox

2017-08-22 Thread Gavin Smith
On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote: > Hello, > > When opening a manual generated with makeinfo in Firefox 55, there is a > warning telling that the encoding of the HTML document has not been > found in the first 1024 bytes of the file. The following patch fixes > the i

[PATCH] Remove encoding warning in Firefox

2017-08-22 Thread Mathieu Lirzin
Hello, When opening a manual generated with makeinfo in Firefox 55, there is a warning telling that the encoding of the HTML document has not been found in the first 1024 bytes of the file. The following patch fixes the issue: Index: tp/Texinfo/Convert/HTML.pm ===