in reply to Re^2: JSON, Data::Dumper and accented chars in utf-8
in thread JSON, Data::Dumper and accented chars in utf-8

I have a feeling that Dumper shouldn’t actually produce ambiguous output, so escaped something is what we should expect from it.

That's why the following should be the default:

local $Data::Dumper::Useqq = 1;