Help for this page

Select Code to Download


  1. or download this
        $string =~ /[\x80-\xBF]/ and $string = decode( 'utf8', $string );