OpenXmlFileViewer icon indicating copy to clipboard operation
OpenXmlFileViewer copied to clipboard

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

Open Arc8ne opened this issue 1 year ago • 0 comments

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?

Arc8ne avatar Aug 13 '24 11:08 Arc8ne