sammdot / rtfcre

Python library for Rich Text Format with Court Reporting Extensions (RTF/CRE) dictionaries
13 stars 0 forks source link

Line breaks and tabs are not escaped properly #10

Open sammdot opened 3 years ago

sammdot commented 3 years ago

\cxds\n\cxds gets translated as {^}\\n{^} rather than {^}\n{^}, which results in writing a literal "\n".

May need to implement \cxplvrnl and \cxplvrtab in order to properly support whitespace characters.