diff --git a/perl/t/130-special.t b/perl/t/130-special.t index c25af7e..62b5787 100644 --- a/perl/t/130-special.t +++ b/perl/t/130-special.t @@ -2,7 +2,11 @@ use strict; use warnings; -use utf8::all; # so the strings in this file are interpreted correctly. +use utf8; # so the strings in this file are interpreted correctly. +BEGIN { + binmode STDOUT, ':encoding(UTF-8)'; + binmode STDERR, ':encoding(UTF-8)'; +} use Test::More; use Win::Hivex;