Message8635

Author zyasoft
Recipients cgroves, fwierzbicki, jeff.allen, pjenvey, yyamano, zyasoft
Date 2014-06-12.21:52:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402609962.28.0.405364120971.issue1066@psf.upfronthosting.co.za>
In-reply-to
Content
Completed patch for shift_jis - all shift_jis tests pass in test_codecencodings_jp assuming that the following is changed from using a surrogate (not supportable in Jython unicode) in test_multibytecodec_support.py:

unmappedunicode = u'\ufffe'

The next step will be to register all encodings available in Java, ideally without a lot of boilerplate.
History
Date User Action Args
2014-06-12 21:52:42zyasoftsetmessageid: <1402609962.28.0.405364120971.issue1066@psf.upfronthosting.co.za>
2014-06-12 21:52:42zyasoftsetrecipients: + zyasoft, cgroves, fwierzbicki, pjenvey, yyamano, jeff.allen
2014-06-12 21:52:42zyasoftlinkissue1066 messages
2014-06-12 21:52:42zyasoftcreate