Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Use "\n" as a delimiter for RTF segments.#460

Open
FilipRychnavsky wants to merge 1 commit intojacobslusser:masterfrom
FilipRychnavsky:RTF_delimiter
Open

Use "\n" as a delimiter for RTF segments.#460
FilipRychnavsky wants to merge 1 commit intojacobslusser:masterfrom
FilipRychnavsky:RTF_delimiter

Conversation

@FilipRychnavsky
Copy link

Explanation: A space character is meaningless only if it’s the optional meaningless space at the end of a command. Otherwise, every space character means to insert a space character! A newline (or 2 or 15) doesn’t indicated a linebreak.

RTF Pocket Guide by Sean M. Burke https://www.oreilly.com/library/view/rtf-pocket-guide/9781449302047/ch01.html)

Explanation: A space character is meaningless only if it’s the optional meaningless space at the end of a command. Otherwise, every space character means to insert a space character! A newline (or 2 or 15) doesn’t indicated a linebreak. ( RTF Pocket Guide by Sean M. Burke https://www.oreilly.com/library/view/rtf-pocket-guide/9781449302047/ch01.html)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants