summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-05 20:49:36 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-05 20:49:36 +0200
commit67f3a442904d3810418dc1a434a24d8f782d8c87 (patch)
treef54d91ff839a6fb97611ee90abe6bbb7e6fdf823 /bin
parent27e5df980e8abcb513fc3d5d0b270c802beb5c41 (diff)
Set utf8 binmode on STDOUT & update tests again. I have not the slightest clue why the tests are actually still working.
Diffstat (limited to 'bin')
-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';