Hello monks.
When I print variables with Data::Dumper, it prints utf-8 characters with escaped sequence.
>perl -MData::Dumper -Mutf8 -e 'print Dumper "Hiragana Letter A .. for example ..."'
$VAR1 = "\x{3042}";
Is there a way to dump utf8 characters as is? I was thinking of this several times, and looked for option like $Data::Dumper::Encoding='UTF-8', but I could not find it so far. In reply to utf8 characters in Data::Dumper by remiah
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |