manuskript/manuskript/models
Youness Alaoui a8ec6512c9 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 #562
2019-05-21 09:52:18 -06:00
..
__init__.py
abstractItem.py Fix crash if invalid character is inserted into the text. 2019-05-21 09:52:18 -06:00
abstractModel.py Fix occasional crashes when (re)moving items 2019-05-19 09:33:19 -06:00
characterModel.py
outlineItem.py Fix crash if invalid character is inserted into the text. 2019-05-21 09:52:18 -06:00
outlineModel.py
persosProxyModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
plotModel.py Fix plot importance changes if delete earlier plot and click other plots 2018-11-05 09:29:53 -07:00
plotsProxyModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
references.py
worldModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00