Message6949

Author pekka.klarck
Recipients pekka.klarck
Date 2012-03-21.05:43:41
SpamBayes Score 1.3494734e-09
Marked as misclassified No
Message-id <1332308621.78.0.206141117456.issue1865@psf.upfronthosting.co.za>
In-reply-to
Content
I would expect this to be pretty easy to fix. I haven't looked at how Jython implements encoding look-ups, but it should at least be possible to use java.nio.charset.Charsets directly if look-up fails. If this has a change to make it to 2.5.3 (or later 2.7) I can take a look at it myself.

One problem of Jython not supporting all the encodings supported by JVM is that it prevents using file.encoding property for implementing the missing sys.getfilesystemencoding() (issue #1839).
History
Date User Action Args
2012-03-21 05:43:41pekka.klarcksetmessageid: <1332308621.78.0.206141117456.issue1865@psf.upfronthosting.co.za>
2012-03-21 05:43:41pekka.klarcksetrecipients: + pekka.klarck
2012-03-21 05:43:41pekka.klarcklinkissue1865 messages
2012-03-21 05:43:41pekka.klarckcreate