http://www.perlmonks.org?node_id=46202


in reply to Stripping funny characters

As I recall, the smartquotes are: \x91-\x94. you should be able to do $text=~tr/\x91-\x94/''""/; and clean it up nicely; If they get pasted to "‘" or such html nasties you'll need a different approach, of course.

--
$you = new YOU;
honk() if $you->love(perl)