Closed adelphes closed 6 years ago
Thanks for opening. I only noticed \par
before but it says right in de-encapsulation spec:
2.2.3.3 Extracting Original Plain Text from RTF
...
The \par and \line RTF control words SHOULD be translated to CRLF and emitted to the output stream.
Fixed in 2.1.0.
The
\line
tag is currently not listed in the escape mappings (alongside\tab
, etc). It should be converted to a single newline.