in reply to JSON and utf8 flag

-Mutf8 is missing on the command line:
perl -Mutf8 -MJSON::XS -MData::Dumper -E 'say Dumper(JSON::XS->new->decode(qq(["☻"])))'
$VAR1 = [
          "\x{263b}"
        ];
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: JSON and utf8 flag
by Nick Kostirya (Sexton) on Sep 04, 2017 at 06:31 UTC
    I get "☻" from external source. I want octets. I need max speed. :-)