[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.157,1.158"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Jun 16 18:45:18 UTC 2006


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

Modified Files:
	Man.pm 
Log Message:
Do not convert non breaking spaces before calling splitargs.
(otherwise, the error mesages do not contain the original string)


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Man.pm	16 Jun 2006 18:40:01 -0000	1.157
+++ Man.pm	16 Jun 2006 18:45:15 -0000	1.158
@@ -1095,7 +1095,6 @@
 
 	    # Split on spaces for arguments, but not spaces within double quotes
 	    my @args=();
-	    $line =~ s/\\ /$nbs/g; # This is probably not needed
 	    push @args,$arg1;
 	    if ($macro =~ /^(?:ta|TP|ie|if|de)$/) {
 		# The number of spaces may be critical for the 'ta' macro,




More information about the Po4a-commits mailing list