[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.156,1.157"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Fri Jun 16 18:40:20 UTC 2006
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv19148/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
always convert back non breaking spaces to '\ ' before pushing the arguments in
splitargs().
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- Man.pm 14 Jun 2006 20:45:27 -0000 1.156
+++ Man.pm 16 Jun 2006 18:40:01 -0000 1.157
@@ -1338,6 +1338,7 @@
} else {
print STDERR "Unquoted arg, nothing to declare\n"
if ($debug{'splitargs'});
+ $elem =~ s/\Q$nbs/\\ /g;
push @args,$elem;
$buffer="";
}
More information about the Po4a-commits
mailing list