in reply to Re: Parsing an RTF File as plain text.
in thread Parsing an RTF File as plain text.

The file did contain \r..\b ending lines, I read about it in the llama, but I couldn't find the exact page.

For the record: The solution was to remove all types of whitespace as superdoc said. s/\s//g and adjust the code accordingly, thank you everyone for your time.

  • Comment on Re^2: Parsing an RTF File as plain text.