Closed smudgeren closed 3 years ago
update open('README.md',encoding='utf8) to debug UnicodeDecodeError
Vote for this fix. Have to be so on windows platform.
i would suggest with open('README.md','rt',encoding='UTF8')
update open('README.md',encoding='utf8) to debug UnicodeDecodeError