summaryrefslogtreecommitdiff
path: root/bin/efa-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-xbin/efa-m5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/efa-m b/bin/efa-m
index b76061e..3cae63a 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -18,6 +18,8 @@ my $efa_url = 'http://efa.vrr.de/vrr/XSLT_DM_REQUEST';
my ( $date, $time, $input_type, $list_lines, $relative_times );
my ( @grep_lines, @grep_platforms );
+@ARGV = map { decode( 'UTF-8', $_ ) } @ARGV;
+
GetOptions(
'd|date=s' => \$date,
'h|help' => sub { show_help(0) },
@@ -41,9 +43,6 @@ if ( @ARGV != 2 ) {
my ( $place, $input ) = @ARGV;
-$place = decode( 'UTF-8', $place );
-$input = decode( 'UTF-8', $input );
-
if ( $input =~ s{ ^ (?<type> address|poi|stop) : }{}x ) {
$input_type = $+{type};
}