brendonh / pyth

Python text markup and conversion
MIT License
89 stars 79 forks source link

error wasn't ignored when ordered to do so #36

Open remcoboerma opened 8 years ago

remcoboerma commented 8 years ago

ignore codepage errors on errors='ignore' when reading rtf.

doc = Rtf15Reader.read(filebuffer, errors='ignore') raised an exception when it shouldn't.