Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/env perl
    ...
    print qq($string\n);
    
    Encode::is_utf8($string)? print " - is utf8\n" : print " - is not utf8
    +\n";
    
  2. or download this
    Queensrÿche
     - is not utf8
    Queensrÿche
     - is utf8