From 0540c907d167a097f49012f4235ad6283cfa4ff3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 10 Apr 2018 23:04:04 +0200 Subject: Fix acronym for Wolfenbüttel (closes #6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/acronyms.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index a9a990a..b9e478b 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -65,6 +65,7 @@ while ( my $line = ) { $station =~ s{ ^ FBUSS $ }{FBUS}x; $station =~ s{ ^ FH \s\s N$ }{FH}x; $station =~ s{ ^ FMTN $ }{FMT}x; + $station =~ s{ ^ HWOL $ }{HWOH}x; $station =~ s{ ^ KAREP $ }{KARE}x; $station =~ s{ ^ KBR \s P $ }{KBR}x; $station =~ s{ ^ KDDH $ }{KDD}x; -- cgit v1.2.3