When I try to print a Unicode string in a Windows console, I get a UnicodeEncodeError: \'charmap\' codec can\'t encode character .... error. I assume this is b
UnicodeEncodeError: \'charmap\' codec can\'t encode character ....
Just enter this code in command line before executing python script:
chcp 65001 & set PYTHONIOENCODING=utf-8