greg121 opened this issue 4 years ago · 2 comments
german umlaute (ü, ä, ö) are replaced by � when file is saved.
in write_file(..) in utils.py with open(filepath, 'w', encoding='utf-8') as dest: worked for me
with open(filepath, 'w', encoding='utf-8') as dest:
I have fixed this issue 51f67ab.