Fix ISO-646-SE spelling of Lule\[oa].

This commit is contained in:
uwe 2019-12-02 16:59:28 +00:00
parent 8fee4a2c4e
commit 789ad60c12

View File

@ -236,6 +236,9 @@ while(<>) {
$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;