summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/efa b/bin/efa
index a74c34d..f192640 100755
--- a/bin/efa
+++ b/bin/efa
@@ -25,6 +25,8 @@ my ($from_type, $to_type, $via_type) = ('stop') x 3;
my $ignore_info = 'Fahrradmitnahme';
my ($test_dump, $test_parse);
+binmode(STDOUT, ':utf8');
+
sub check_ambiguous {
my ($full_tree) = @_;
my $xp_select = '//select';