Message5612

Author morganwahl
Recipients amak, morganwahl
Date 2010-03-31.22:00:34
SpamBayes Score 4.383142e-06
Marked as misclassified No
Message-id <1270072835.15.0.479374215427.issue1583@psf.upfronthosting.co.za>
In-reply-to
Content
thanks!

I have no idea what the internals of Jython are, but my expectation would be that every time a string gets passed from Java it gets put through decode('whatever-encoding-java-uses') to produce a unicode-string (which is the Python type most similiar to Java strings).
History
Date User Action Args
2010-03-31 22:00:35morganwahlsetmessageid: <1270072835.15.0.479374215427.issue1583@psf.upfronthosting.co.za>
2010-03-31 22:00:35morganwahlsetrecipients: + morganwahl, amak
2010-03-31 22:00:35morganwahllinkissue1583 messages
2010-03-31 22:00:34morganwahlcreate