notes-python
notes-python copied to clipboard
Add encoding='utf-8' for open function
Windows takes 'gbk' as default, which lead to error ''gbk' codec can't encode character '. Add encoding='utf-8' for open function.