Help for this page

Select Code to Download


  1. or download this
    sub sanitize { $_[0] =~ s/[^\x00-\xFF]//gr }
    
  2. or download this
    sub sanitize { decode( "cp1252", encode( "cp1252", sub{ "" } ) ) }