in reply to Re^2: malformed UTF-8 character in JSON string in perl
in thread malformed UTF-8 character in JSON string in perl

I repeat:

All you need to do is tell Perl what encoding your terminal expects.

You specified the wrong encoding. You told Perl your terminal expects UTF-8, but that's wrong. Use the right encoding!

  • Comment on Re^3: malformed UTF-8 character in JSON string in perl