Help for this page
Select Code to Download
Select
or
download this
$string =~ /[\x80-\xBF]/ and $string = decode( 'utf8', $string );