##
sub _print_diag {
my $self = shift;
local($\, $", $,) = (undef, ' ', '');
my $fh = $self->todo ? $self->todo_output : $self->failure_output;
print $fh @_;
}
####
$ perl -MTest::More -wle 'binmode Test::More->builder->failure_output, ":utf8"; diag chr(228)'
# ä