Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -11,7 +11,7 @@ except ImportError: | ... | @@ -11,7 +11,7 @@ except ImportError: |
11 | 11 | ||
12 | 12 | ||
13 | def open_file(fname): | 13 | def open_file(fname): |
14 | - return open(os.path.join(os.path.dirname(__file__), fname)) | 14 | + return open(os.path.join(os.path.dirname(__file__), fname), encoding='utf-8') |
15 | 15 | ||
16 | 16 | ||
17 | def run_setup(): | 17 | def run_setup(): | ... | ... |
-
Please register or login to post a comment