Help for this page

Select Code to Download


  1. or download this
    sub is_valid_utf8 {
       return $_[0] =~ /
    ...
    
    utf8::decode($string)
       if is_valid_utf8($string);
    
  2. or download this
    utf8::decode($string);