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

Use UTF-8 to read isl source

parent 28fd412e
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", encoding="utf-8")
inf = open(fn, "r", 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