sujeetkv/flaskcode

german umlaute (ü, ä, ö) are replaced when file is saved

greg121 opened this issue · 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

I have fixed this issue 51f67ab.