in reply to Re^4: JSON, Data::Dumper and accented chars in utf-8 [OFF/Gripe]
in thread JSON, Data::Dumper and accented chars in utf-8

And why isn’t the JSON data enough? JSON has a pretty option, which would pretty-print the data for you, not requiring you to (ab)use Dumper.

Keep in mind, that any JSON data generated by JSON is a byte stream and not a (Unicode) string.

Yes, fully aware it looks extremely complicated :)