Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash if invalid character is inserted into the text. #578

Merged
merged 1 commit into from
May 21, 2019

Commits on May 9, 2019

  1. Fix crash if invalid character is inserted into the text.

    If an invalid character is inserted into the text, such as a "^L" (ASCII 0x0C)
    when copy-pasting from a google document that has a page break in it, a crash
    will happen as the character cannot be inserted into XML. This patch removes
    those invalid characters from the text so the revisions.xml can be saved.
    
    Fixes olivierkes#562
    kakaroto committed May 9, 2019
    Configuration menu
    Copy the full SHA
    44464cb View commit details
    Browse the repository at this point in the history