in reply to Re: Getting rid of non-standard ASCII characters
in thread Getting rid of non-standard ASCII characters

Usually because of efficiency. If you resort to a pattern at least make it s/[[:^print:]]+//g

Makeshifts last the longest.