Help for this page
sub sanitize { $_[0] =~ s/[^\x00-\xFF]//gr }
sub sanitize { decode( "cp1252", encode( "cp1252", sub{ "" } ) ) }