brendonh / pyth

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

Parsing RTF fails when an escaped quote is followed by non-hex digits #39

Open shepdl opened 8 years ago

shepdl commented 8 years ago

Parsing a string like \'hello causes an exception because the RTF reader expects the following two characters to be hex digits.