diff --git a/tools/build_makefile.py b/tools/build_makefile.py index 11ec684..6a62254 100755 --- a/tools/build_makefile.py +++ b/tools/build_makefile.py @@ -73,7 +73,7 @@ def main(): TEXT[org] = text HTML[org] = html - grep = open(org, "r").read() + grep = open(org, "r", encoding="utf-8").read() if "(eval c)" in grep: C_FILES += [c]