OpenXmlFileViewer
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
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?