Help for this page
sub transform { my $s = shift; ... utf8::encode( $s ) if utf8::is_utf8( $s ); return $s; }