Message9157

Author nullquery
Recipients nullquery
Date 2014-10-15.18:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413398687.76.0.240794850789.issue2222@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I'm trying to use Jython as an embedded scripting language in my web application. To do this I'm using the PythonInterpreter class.

On Jython 2.7-b3 (also tested on 2.7-b2) when I create a new PythonInterpreter object the following appears in my console:

console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.

The problem does not occur in 2.5.4-rc1.

I've already tried searching for more information, but very little seems to be known about this issue and there doesn't seem to be a way to configure the character encoding(?), and it worked in a previous version without the message, so I'm assuming it's a bug.

Thanks.
History
Date User Action Args
2014-10-15 18:44:47nullquerysetrecipients: + nullquery
2014-10-15 18:44:47nullquerysetmessageid: <1413398687.76.0.240794850789.issue2222@psf.upfronthosting.co.za>
2014-10-15 18:44:47nullquerylinkissue2222 messages
2014-10-15 18:44:47nullquerycreate