- or download this
$VAR1 = "Particípio Passado";
$VAR1 = "Partic\x{ed}pio Passado";
$VAR1 = "Partic\355pio Passado";
- or download this
my $json_parser = JSON::XS->new->utf8;
my $data = $json_parser->decode($json_string);
- or download this
use utf8;
- or download this
use open ':std', 'locale';
use open ':std', ':encoding(UTF-8)';