Message11626

Author jeff.allen
Recipients jeff.allen
Date 2017-10-21.07:29:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508570950.64.0.213398074469.issue2633@psf.upfronthosting.co.za>
In-reply-to
Content
As reported at https://github.com/jythontools/jython/issues/88, Unicode text written via openpyxl is mishandled in Jython and not in CPython.

openpyxl is not itself supplied as part of Jython, but uses xml.etree which is and appears to handle encoding differently from the CPython equivalent. Initial investigation will involve openpyxl, but we should try to demonstrate (and create a test for) the problem that does not depend on openpyxl. 

Superficially similar to #2632, and showing up about the same time, this probably does *not* have the same cause.
History
Date User Action Args
2017-10-21 07:29:10jeff.allensetrecipients: + jeff.allen
2017-10-21 07:29:10jeff.allensetmessageid: <1508570950.64.0.213398074469.issue2633@psf.upfronthosting.co.za>
2017-10-21 07:29:10jeff.allenlinkissue2633 messages
2017-10-21 07:29:09jeff.allencreate