davecra / OpenXmlFileViewer

A file viewer for Office files. Allows for easy open/edit of the XML components in an OpenXML document.
MIT License
21 stars 5 forks source link

[Bug] Extracted 'document.xml' file is less readable due to null characters being appended after each non-null character in the said file #2

Open Arc8ne opened 1 month ago

Arc8ne commented 1 month ago

When extracting the document.xml file after opening a Microsoft Word document using this program, it is observed that there are 3 null characters (i.e. the NUL character) appended after each non-null character in the said extracted XML file.

This reduces the readability of the said file (i.e. when viewing it in a text editor like Notepad or VS Code) due to the resulting strange arrangement of characters in the said file.

As a result, I was wondering if this bug could be fixed?