https://bugs.documentfoundation.org/show_bug.cgi?id=125279

Aron Budea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #151398|0                           |1
        is obsolete|                            |

--- Comment #2 from Aron Budea <[email protected]> ---
Created attachment 151405
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151405&action=edit
Sample ODT

Apparently I uploaded an earlier iteration of the test file with an extra "x"
at the end of the property value ("Test_x005f_x"). It makes no difference to
the behavior, but I'm updating the sample to avoid confusion.

> With MS-Word:
> 
> 1. loading the .docx, what is the custom property then?
> 2. saving again, what is its content in the .docx file?
> 
> 3. in a new document creating such property and saving to .docx, what is its
> content in file?
In Word 2013 the answer to all of this is:
Test_x005f_x005f_

Ie. when the ODT is saved to DOCX, it saves the property as
"Test_x005F_x005f_". The only thing Word does is makes the "F" non-capital.
Btw, I set this already longer string even for the 3rd test.

But... if I use the original string for 3. ("Test_x005f_"), it becomes "Test_"
during save. And if I manually change the XML to have that starting string, it
also becomes "Test_" when opened.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to