https://bugs.documentfoundation.org/show_bug.cgi?id=153444
Bug ID: 153444
Summary: FILEOPEN: Excel 2003 XML with encoding iso-8859-15
does not read correctly
Product: LibreOffice
Version: 7.3.7.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 185181
--> https://bugs.documentfoundation.org/attachment.cgi?id=185181&action=edit
ZIP archive with example file and screenshots
By default, there is no encoding specified in Microsoft Excel 2003 XML files.
Then UTF-8 is expected.
However, when adding the encoding in the xml tag, Microsoft Excel reads the
special characters just fine, while LibreOffice does not.
<?xml version="1.0" encoding="ISO-8859-15"?>
Steps to reproduce:
1. load the attached .xml file into LibreOffice Calc
2. special characters like ÄÖÜ µ ß äöü are not displayed correctly.
Expected behavior would be to read the encoding of the xml header line and use
this to read the rest of the XML file.
--
You are receiving this mail because:
You are the assignee for the bug.