brendonh / pyth

Python text markup and conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

shepdl opened this issue · comments

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