Re: span class="nocodebreak" corrupting HTML

2016-01-23 Thread Karl Berry
ftp://ftp.rfc-editor.org/in-notes/rfc3339.txt"> Clearly it's just a bug to insert the , or anything else, inside the href="" url argument. Maybe that is all that really needs to be fixed. I sadly don't remember what I did (if anything, as I claimed to P@) in 6.0, and I have to be offline for

Re: XeTeX encoding problem

2016-01-23 Thread Masamichi HOSODA
>> In XeTeX and LuaTeX, is "@documentencoding ISO-8859-1" support required? >> If so, I'll improve the patch. >> It will use byte-wise input when "@documentencoding ISO-8859-1" is used. >> >> However, if you want ISO-8859-1, >> you can use pdfTeX instead of XeTeX/LuaTex or you can convert to UTF-8,

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Eli Zaretskii
> Date: Sat, 23 Jan 2016 16:15:35 + > From: Gavin Smith > Cc: Kiyoshi KANAZAWA , Texinfo > > > On 23 January 2016 at 16:11, Gavin Smith wrote: > > All we need is the value of $^O under Windows and then we can skip the > > test altogether. > > Done. Thanks.

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Gavin Smith
On 23 January 2016 at 16:11, Gavin Smith wrote: > All we need is the value of $^O under Windows and then we can skip the > test altogether. Done.

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Gavin Smith
On 23 January 2016 at 16:04, Eli Zaretskii wrote: >> Date: Sat, 23 Jan 2016 13:10:28 + >> From: Gavin Smith >> Cc: Kiyoshi KANAZAWA , Texinfo >> >> >> # Check for a UTF-8 locale. Skip the check if the 'locale' command doesn't >> # work. >> my $a = `locale -a 2>/dev/null`; >> if ($a and $a

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Eli Zaretskii
> Cc: yoi_no_myou...@yahoo.co.jp, bug-texinfo@gnu.org > From: Ken Brown > Date: Sat, 23 Jan 2016 10:43:52 -0500 > > On 1/23/2016 8:39 AM, Eli Zaretskii wrote: > > Ken, can you tell what "OS" does the Cygwin port of Perl report? I > > hope it's something different from the native Windows port, so

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Eli Zaretskii
> Date: Sat, 23 Jan 2016 13:10:28 + > From: Gavin Smith > Cc: Kiyoshi KANAZAWA , Texinfo > > > # Check for a UTF-8 locale. Skip the check if the 'locale' command doesn't > # work. > my $a = `locale -a 2>/dev/null`; > if ($a and $a !~ /UTF-8/ and $a !~ /utf8/) { > _fatal "couldn't find a

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Ken Brown
On 1/23/2016 8:39 AM, Eli Zaretskii wrote: Ken, can you tell what "OS" does the Cygwin port of Perl report? I hope it's something different from the native Windows port, so we could easily distinguish between them. $ perl -e 'print "$^O\n";' cygwin Ken

Re: XeTeX encoding problem

2016-01-23 Thread Gavin Smith
On 23 January 2016 at 03:06, Masamichi HOSODA wrote: > In XeTeX and LuaTeX, is "@documentencoding ISO-8859-1" support required? > If so, I'll improve the patch. > It will use byte-wise input when "@documentencoding ISO-8859-1" is used. > > However, if you want ISO-8859-1, > you can use pdfTeX inst

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Eli Zaretskii
> Date: Sat, 23 Jan 2016 13:21:07 + > From: Gavin Smith > Cc: Kiyoshi KANAZAWA , Texinfo > > > > Bother: what will that do on non-Posix systems, where the 'locale' > > command is not necessarily available, and even if it is, its output is > > generally irrelevant. E.g., I have a locale.exe

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Eli Zaretskii
> Date: Sat, 23 Jan 2016 13:10:28 + > From: Gavin Smith > Cc: Kiyoshi KANAZAWA , Texinfo > > > Can you suggest how the test could be skipped under Windows, or any > other system where "locale" doesn't work? Check the OS explicitly? (I forget how to do that in Perl, but I'm sure you know ;

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Gavin Smith
> Bother: what will that do on non-Posix systems, where the 'locale' > command is not necessarily available, and even if it is, its output is > generally irrelevant. E.g., I have a locale.exe on my system that > came with the Windows port of Git -- it displays the locales which Git > can handle, b

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Gavin Smith
>> > How about deduce the name from `locale -a|grep $LANG` ? >> > >> >> That's what I've done in the latest revision (SVN 6955). > > Bother: what will that do on non-Posix systems, where the 'locale' > command is not necessarily available, and even if it is, its output is > generally irrelevant. E

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Eli Zaretskii
> Date: Sat, 23 Jan 2016 11:29:44 + > From: Gavin Smith > Cc: "bug-texinfo@gnu.org" > > On 23 January 2016 at 01:49, Kiyoshi KANAZAWA > wrote: > > How about deduce the name from `locale -a|grep $LANG` ? > > > > That's what I've done in the latest revision (SVN 6955). Bother: what will tha

Re: texinfo-6.0.92 make check has 12 FAILs on Solaris10 x86/x64

2016-01-23 Thread Gavin Smith
On 23 January 2016 at 01:49, Kiyoshi KANAZAWA wrote: > How about deduce the name from `locale -a|grep $LANG` ? > That's what I've done in the latest revision (SVN 6955).