in reply to Re: JSON::XS and unicode
in thread JSON::XS and unicode
I am using utf8::all which already takes care of turning on the different unicode parts.
The errors do not come from reading or writing a file. The error is caused by using decode_json() on a string which should work.
In Section
Seekers of Perl Wisdom