From: nullquery <re...@bu...> - 2014-10-15 18:44:55
|
New submission from nullquery: 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. ---------- components: Any messages: 9157 nosy: nullquery severity: normal status: open title: java.nio.charset.UnsupportedCharsetException versions: Jython 2.7 _______________________________________ Jython tracker <re...@bu...> <http://bugs.jython.org/issue2222> _______________________________________ |