The dreaded Unicode Encode/Decode Errors
2012-02-05
About a third of all bug reports I get for PyScripter relate to using PyScripter with python file paths containing non-ascii characters. In such cases a UnicodeEncodeError or UnicodeDecodeError may occur when you run or…