Skip to content
Snippets Groups Projects
Commit 28fd412e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Use UTF-8 to read isl source

parent e3d686cf
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ def main():
if "isl_ast_int.c" in fn and conf["USE_SHIPPED_IMATH"]:
continue
inf = open(fn, "rt", codec="utf-8")
inf = open(fn, "rt", encoding="utf-8")
try:
contents = inf.read()
finally:
......
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