[Libreoffice-bugs] [Bug 113483] FILESAVE DOCX Cross reference corrupted if the target is a non-ASCII bookmark

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 2 09:26:08 UTC 2019


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

--- Comment #13 from Adam Kovacs <christo161 at gmail.com> ---
bookmarkName and sToken need to be decoded
https://opengrok.libreoffice.org/xref/core/sw/source/filter/ww8/docxattributeoutput.cxx?r=1fe24bb1#1614
https://opengrok.libreoffice.org/xref/core/sw/source/filter/ww8/docxattributeoutput.cxx?r=1fe24bb1#1985

sToken = INetURLObject::decode(sToken,
INetURLObject::DecodeMechanism::Unambiguous, RTL_TEXTENCODING_UTF8);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190502/41aea056/attachment-0001.html>


More information about the Libreoffice-bugs mailing list