Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes/common Fix ISO-646-SE spelling of Lule\[oa].
details: https://anonhg.NetBSD.org/src/rev/327e57e87b76
branches: trunk
changeset: 967193:327e57e87b76
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Dec 02 16:59:28 2019 +0000
description:
Fix ISO-646-SE spelling of Lule\[oa].
diffstat:
distrib/notes/common/extract-contrib-string.pl | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r ada597294921 -r 327e57e87b76 distrib/notes/common/extract-contrib-string.pl
--- a/distrib/notes/common/extract-contrib-string.pl Mon Dec 02 16:43:06 2019 +0000
+++ b/distrib/notes/common/extract-contrib-string.pl Mon Dec 02 16:59:28 2019 +0000
@@ -236,6 +236,9 @@
$msg =~ s/^\"//o;
$msg =~ s/\"$//o;
+ # Fix ISO-646-SE spelling of Lule\[oa]
+ $msg =~ s/Lule\}/Lulea/g;
+
# Collapse multiple spaces between words. There are a
# few entries with "by__Name" that affects sorting.
$msg =~ s/(\w) +(\w)/$1 $2/g;
Home |
Main Index |
Thread Index |
Old Index