Module Name:    src
Committed By:   uwe
Date:           Tue Dec  3 16:21:34 UTC 2019

Modified Files:
        src/distrib/notes/common: extract-contrib-string.pl

Log Message:
Translate Lule} to troff's Lule\(oa.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/distrib/notes/common/extract-contrib-string.pl:1.24
--- src/distrib/notes/common/extract-contrib-string.pl:1.23	Tue Dec  3 13:42:55 2019
+++ src/distrib/notes/common/extract-contrib-string.pl	Tue Dec  3 16:21:34 2019
@@ -258,8 +258,8 @@ while(<>) {
 		$msg =~ s/\"$//o;
 		$msg =~ s/\"\.$/./o;
 
-		# Fix ISO-646-SE spelling of Lule\[oa]
-		$msg =~ s/Lule\}/Lulea/g;
+		# Fix ISO-646-SE spelling of Lule\(oa
+		$msg =~ s/Lule\}/Lule\\(oa/g;
 
 		# Collapse multiple spaces between words.  There are a
 		# few entries with "by__Name" that affects sorting.

Reply via email to