On 2014-02-24 22:09:25 +0200, Martin Storsjö wrote:
> On Mon, 24 Feb 2014, Janne Grunau wrote:
> 
> >doc/texi2pod.pl | 2 ++
> >1 file changed, 2 insertions(+)
> >
> >diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
> >index fb4f7be..f974d77 100755
> >--- a/doc/texi2pod.pl
> >+++ b/doc/texi2pod.pl
> >@@ -324,6 +324,8 @@ $sects{FOOTNOTES} .= "=back\n" if exists 
> >$sects{FOOTNOTES};
> >
> >unshift @sects_sequence, "NAME";
> >for $sect (@sects_sequence) {
> >+    # always use utf8
> >+    print "=encoding utf8\n\n";
> >    if(exists $sects{$sect}) {
> >        $head = $sect;
> >        $head =~ s/SEEALSO/SEE ALSO/;
> >-- 
> >1.9.0
> 
> This looks like a reasonable solution, assuming you've tested it in
> an environment where it previously failed.

I can't reproduce the error and I haven't found a pod2man which has
code on line 71 (even debian oldstable has less code lines).
But the patch removes following segment from the man page:

-.SH "POD ERRORS"
-.IX Header "POD ERRORS"
-Hey! \fBThe above document had some coding errors, which are explained 
below:\fR
-.IP "Around line 9547:" 4
-.IX Item "Around line 9547:"
-Non-ASCII character seen before =encoding in 'moire\*''. Assuming \s-1UTF\-8\s0

So it's at least an improvement.

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to