[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.167,1.168"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Jul 16 19:26:34 UTC 2006


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv3045/lib/Locale/Po4a

Modified Files:
	Man.pm 
Log Message:
In splitargs, change \&" to a groff double quote \(dq.
It's still not perfect, but it helps in a lot of pages.


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- Man.pm	16 Jul 2006 19:12:42 -0000	1.167
+++ Man.pm	16 Jul 2006 19:26:32 -0000	1.168
@@ -1273,6 +1273,7 @@
     # anymore. Let's play safe.
     $arguments =~ s/\\ /$nbs/g;
     $arguments =~ s/^ +//;
+    $arguments =~ s/\\&"/\\(dq/g;
     foreach my $elem (split (/ +/,$arguments)) {
         print STDERR ">>Seen $elem(buffer=$buffer;esc=$escaped)\n"
             if ($debug{'splitargs'});




More information about the Po4a-commits mailing list