Message8695

Author zyasoft
Recipients alex.gronholm, fwierzbicki, kga.official, zyasoft
Date 2014-06-19.01:10:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403140244.73.0.457364634491.issue1992@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think executing this statement:

interp.exec("# coding=utf-8") 

is going to do anything, certainly not for subsequent code. In general PythonInterpreter works with unicode; you can control the encoding of the underlying stdin/stdout/stderr by setting accordingly with setEncoding.
History
Date User Action Args
2014-06-19 01:10:44zyasoftsetmessageid: <1403140244.73.0.457364634491.issue1992@psf.upfronthosting.co.za>
2014-06-19 01:10:44zyasoftsetrecipients: + zyasoft, fwierzbicki, alex.gronholm, kga.official
2014-06-19 01:10:44zyasoftlinkissue1992 messages
2014-06-19 01:10:44zyasoftcreate