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 Creates base classes 2017-11-15 20:34:05 +01:00
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 Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
outlineItem.py Fix crash if invalid character is inserted into the text. 2019-05-21 09:52:18 -06:00
outlineModel.py Creates base classes 2017-11-15 20:34:05 +01:00
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 Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
worldModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00