IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 49114d5c authored by ralfulrich's avatar ralfulrich
Browse files

consider utf8

parent 37fa0444
No related branches found
No related tags found
1 merge request!123Copyright
......@@ -46,7 +46,7 @@ def checkNote(filename):
# read input file into lines
lines = []
with open(filename, "r") as file:
with open(filename, "r", encoding="utf-8") as file:
for line in file.readlines():
lines.append(line)
file.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment