Perl to fix stupid characters from un-plain HTML


As used on my beer podcast, The Beer Crate.



$line =~ tr/\221\222\223\224\226\227/\'\'\"\"\-\-/;