X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/ddec0cd939205bcf25f5ed4596f43e4c405fea07..5ee6f336ce27e7887fdc07ef45e0f3052d3893b0:/doc/doc-docbook/Tidytxt diff --git a/doc/doc-docbook/Tidytxt b/doc/doc-docbook/Tidytxt index a56124ccf..a628b6dcf 100755 --- a/doc/doc-docbook/Tidytxt +++ b/doc/doc-docbook/Tidytxt @@ -38,6 +38,11 @@ foreach $line (@lines) $line =~ s/\x{e2}\x{95}\x{b2}/\\/g; $line =~ s/\x{e2}\x{95}\x{b3}/X/g; + # w3m rendering issue apparently only seen by pdp + # affects section numbers after the ToC, some info on spool-file -lines, etc + # always appears to be a spurious extra character, safely just dropped. + $line =~ s/\x{c2}//g; + if ($line =~ /^\s*$/) { $line = "" if $lastwasblank;