manuskript/manuskript/importer
Curtis Gedak 4fdacc24f7 Ensure text file open methods use utf-8 encoding
Several crashes were encountered opening files on operating systems
that do not default to UTF-8 encoding, such as Windows.  In each case
the project file appears to have become corrupted.  Because the only
reports to date have been on Windows, attempt to fix by specifying
utf-8 encoding for all text file open methods.

See issues #331, #470, and #502.
2019-02-27 09:30:16 -07:00
..
__init__.py Adds: MindMap import format #208 2017-11-13 00:32:34 +01:00
abstractImporter.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
folderImporter.py Ensure text file open methods use utf-8 encoding 2019-02-27 09:30:16 -07:00
markdownImporter.py Avoid crash on import 2019-02-07 12:34:57 -07:00
mindMapImporter.py Changes every Enum to IntEnum 2017-11-15 21:05:48 +01:00
opmlImporter.py Changes Outline enums to IntEnum 2017-11-15 20:58:12 +01:00
pandocImporters.py Adds: ability to split scenes at custom points. #200 2017-11-09 15:18:21 +01:00