Issue2633

classification
Title: Unicode garbled in writing to spreadsheet via openpyxl
Type: behaviour Severity: normal
Components: Library Versions: Jython 2.7
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jeff.allen
Priority: Keywords:

Created on 2017-10-21.07:29:10 by jeff.allen, last changed 2017-10-21.07:29:10 by jeff.allen.

Messages
msg11626 (view) Author: Jeff Allen (jeff.allen) Date: 2017-10-21.07:29:09
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.allencreate