We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090c91b commit 740b545Copy full SHA for 740b545
.dev/md2yml.py
@@ -88,7 +88,7 @@ def parse_md(md_file):
88
# should be set with head or neck of this config file.
89
is_backbone = None
90
91
- with open(md_file, 'r') as md:
+ with open(md_file, 'r', encoding='UTF-8') as md:
92
lines = md.readlines()
93
i = 0
94
current_dataset = ''
0 commit comments