Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use 5.14.0;
    ...
       "name" : "ブラッキー"
    }
     (utf8: 1)
    
  2. or download this
    =head2 data utf8_decode (data)
    
    Recursively UTF8-decode a data structure. Any data structure.
    ...
        my $data = shift;
        return utf8_decode($data, 1);
    }