When running my python3 script from Sublime Text 2, the following error occures:
UnicodeEncodeError: \'ascii\' codec can\'t encode characters in position 0-2
Martin's solutions worked great! In Windows/Python3.5 environment just instead of "LANG" set the following:
"env": {"PYTHONIOENCODING": "utf8"}