produces:use strict; use warnings; use Test::More qw(no_plan); binmode STDOUT, ":utf8"; binmode STDERR, ":utf8"; my $data = "\x{263a}xxx" . chr(0x05d0) . "\x{20ac}"; diag($data);
According to Test::More it uses stdout/stderr by default. How can I enable utf8 layer on diag output when using Test::More?Wide character in print at /usr/share/perl/5.8/Test/Builder.pm line 12 +75. # unicode characters here # No tests run!
In reply to How can I enable utf8 layer on Test::More diag output by mje
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |