Help for this page

Select Code to Download


  1. or download this
    $text =~ s/[^\0-\x7f]//g;
    
  2. or download this
    use Encode;
    ...
    my $bytes = encode('utf8', $text);
    # insert $bytes instead of $text