Subject: | Whitespace in RTF::Tokenizer |
As mentioned in a personal e-mail this morning, the tokenizer misses whitespace in control codes, resulting in the input
\info{author Me
being turned into:
\info{authorme
which breaks the document.
The attached file - not yet thoroughly tested - corrects this by removing the (?:) cluster in a substitution in _grab_token().
Further more, the fixed version does away with the module's (undocumented?) attempt at converting [\n\r] to \par, since it did not always work. All [\n\r] are now left as they are found.
Hope it helps,
Lee Goddard
(lee -at- pro check up -dot- com)
Message body is not shown because it is too large.