Message8079

Author omatz
Recipients omatz, santa4nt
Date 2013-08-01.08:05:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375344347.06.0.982938015737.issue2073@psf.upfronthosting.co.za>
In-reply-to
Content
Another remark: in order for all this to work, my jython-code starts with the header below.  (I had experimented with other settings, too.)

# -*- coding: utf-8 -*-
from org.python.core import codecs
codecs.setDefaultEncoding('utf-8')
History
Date User Action Args
2013-08-01 08:05:47omatzsetmessageid: <1375344347.06.0.982938015737.issue2073@psf.upfronthosting.co.za>
2013-08-01 08:05:47omatzsetrecipients: + omatz, santa4nt
2013-08-01 08:05:46omatzlinkissue2073 messages
2013-08-01 08:05:46omatzcreate