manuskript/manuskript
Jan Wester 0910246899 Write log file in UTF-8 to fix encoding errors
Some log messages use characters in the Unicode character set that
aren't typically represented in the older encodings. One such example
was  the messages that happen when renaming an item and saving the
project.

Positive note though: errors while logging might not end up in the log
file when the log file is the cause, but they still showed on the
terminal with excessive detail. Also, despite the exceptions and errors,
the project I was testing successfully completed its saving procedures
as a subsequent reload showed. I am personally quite happy with the
degree of thought and care put into the Python logging system. :-)
2021-04-08 18:44:28 +02:00
..
converters Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
exporter Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
functions Log the git revision if applicable 2021-04-08 18:44:28 +02:00
importer Fixed all Python syntax warnings 2021-02-21 23:45:34 +01:00
load_save Converted version_1.py to new logging style 2021-04-08 18:44:28 +02:00
models Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
tests Added logging & proper argument parsing. 2021-04-08 18:29:15 +02:00
ui Comprehensively log all version information 2021-04-08 18:44:28 +02:00
__init__.py Renaming source folder 2016-02-06 08:38:33 +01:00
enums.py Add global search 2021-04-02 14:15:17 +01:00
loadSave.py Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
logging.py Write log file in UTF-8 to fix encoding errors 2021-04-08 18:44:28 +02:00
main.py Comprehensively log all version information 2021-04-08 18:44:28 +02:00
mainWindow.py Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
searchLabels.py Add global search 2021-04-02 14:15:17 +01:00
settings.py Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
settingsWindow.py Fixed issue #817 with the settings style picking 2021-02-21 23:59:23 +01:00
version.py ========== manuskript-0.11.0 ========== 2020-01-18 10:37:45 -07:00