Help for this page

Select Code to Download


  1. or download this
    sub transform {
       my $s = shift;
    ...
       utf8::encode( $s ) if utf8::is_utf8( $s );
       return $s;
    }