bruce icon indicating copy to clipboard operation
bruce copied to clipboard

Remove Invalid code

Open lowstz opened this issue 12 years ago • 0 comments

import sys      
reload(sys)     
sys.setdefaultencoding('utf-8')

This way of fixing the encoding issue is discouraged, (see http://stackoverflow.com/questions/3828723/why-we-need-sys-setdefaultencodingutf-8-in-a-py-script)

lowstz avatar Feb 16 '13 16:02 lowstz