UnicodeDecodeError
Closed this issue · 2 comments
Duc-Tam-Huynh commented
Duc-Tam-Huynh commented
skedastically commented
Nên thêm encoding='utf-8'
vào line 14 để chỉ rõ cách decode file README.md?
read_md = lambda f: open(f, 'r', encoding= 'utf-8').read()