Help for this page

Select Code to Download


  1. or download this
      use Encode;
      print join ('\n', Encode->encodings());
    
  2. or download this
      is_utf8($_);
    
  3. or download this
      $uni = encode_utf8($_);