Message10296

Author holmis83
Recipients holmis83, zyasoft
Date 2015-09-25.14:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443192882.1.0.85350252555.issue2402@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Jim for you detailed answer.

As a work-around, I found the following which seems to do the trick:

    from org.python.core.util import StringUtil
    return StringUtil.toBytes(myStr)

If there is a better way, let me know.

Cheers.
History
Date User Action Args
2015-09-25 14:54:42holmis83setmessageid: <1443192882.1.0.85350252555.issue2402@psf.upfronthosting.co.za>
2015-09-25 14:54:42holmis83setrecipients: + holmis83, zyasoft
2015-09-25 14:54:42holmis83linkissue2402 messages
2015-09-25 14:54:41holmis83create