$string =~ /[\x80-\xBF]/ and $string = decode( 'utf8', $string );