ascii-tyrant.sh: handle e2 80 98, use sed with g
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Mon, 28 Jan 2013 23:37:07 +0000 (15:37 -0800)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Mon, 28 Jan 2013 23:37:07 +0000 (15:37 -0800)
commitcbcac7311450e58fe9b7b0d80833f70d1b4844f7
treef7bb539487169ff713665a414d008da63232c575
parentc1056cd0234a05046eba6eb232279aa9e3dc248b
ascii-tyrant.sh: handle e2 80 98, use sed with g

handle 0xe2 0x80 0x98, which seems to appear in place of space when
cutting-and-pasting from certain PDFs.

Use sed 's/../.../g' so that all instances of the bad pattern are
replaced.

Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
ascii-tyrant.sh