Subject: | allow to dump utf8 |
if I have utf8 symbol I get
{ abc => "\x{434}\x{432}\x{430}" }
use utf8;
use Data::Dump qw( pp );
my $data = { abc => 'два' };
pp $data;
allow to configure to print at utf8 or check terminal to support it
This queue is for tickets about the Data-Dump CPAN distribution.
The Basics
People
|
Bug Information
|