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/244a3dd4a6b3
branches:  trunk
changeset: 846827:244a3dd4a6b3
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 f2630716d49e -r 244a3dd4a6b3 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