Help for this page

Select Code to Download


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