![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: JSON::XS and unicodeby philiprbrenan (Monk) |
on Sep 08, 2012 at 20:02 UTC ( #992523=note: print w/replies, xml ) | Need Help?? |
You are trying to write a unicode encoded character to a file but the file has not been opened with an encoding that can cope. You need something like this (untested):
In Section
Seekers of Perl Wisdom
|
|