diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-05 20:49:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-05 20:49:36 +0200 |
commit | 67f3a442904d3810418dc1a434a24d8f782d8c87 (patch) | |
tree | f54d91ff839a6fb97611ee90abe6bbb7e6fdf823 /bin/efa | |
parent | 27e5df980e8abcb513fc3d5d0b270c802beb5c41 (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/efa')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'; |