in reply to zapping gremlins
Given, you might still want the curly quotes replaced with flat quotes, but if your object is just to make the text display properly, this should do the job.use HTML::Entities; encode_entities($mystr);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: zapping gremlins
by wfsp (Abbot) on Jul 02, 2006 at 09:41 UTC |