Module Name: src Committed By: uwe Date: Tue Dec 3 13:41:56 UTC 2019
Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Drop the final quote if followed by dot. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/common/extract-contrib-string.pl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/notes/common/extract-contrib-string.pl diff -u src/distrib/notes/common/extract-contrib-string.pl:1.21 src/distrib/notes/common/extract-contrib-string.pl:1.22 --- src/distrib/notes/common/extract-contrib-string.pl:1.21 Tue Dec 3 09:56:21 2019 +++ src/distrib/notes/common/extract-contrib-string.pl Tue Dec 3 13:41:56 2019 @@ -256,6 +256,7 @@ while(<>) { $msg =~ s/''\s*$//; $msg =~ s/^\"//o; $msg =~ s/\"$//o; + $msg =~ s/\"\.$/./o; # Fix ISO-646-SE spelling of Lule\[oa] $msg =~ s/Lule\}/Lulea/g;