Help for this page
sub is_valid_utf8 { return $_[0] =~ / ... utf8::decode($string) if is_valid_utf8($string);
utf8::decode($string);