From 67f3a442904d3810418dc1a434a24d8f782d8c87 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 5 Jun 2010 20:49:36 +0200 Subject: Set utf8 binmode on STDOUT & update tests again. I have not the slightest clue why the tests are actually still working. --- bin/efa | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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'; -- cgit v1.2.3