diff options
author | Eike Rathke <erack@redhat.com> | 2019-05-29 21:08:38 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-05-30 19:21:56 +0200 |
commit | f677885fec59f252f36673ee4d8c0b4863625a4d (patch) | |
tree | 9b81586026781e9409f67117bcbad1c3ce3e16a7 /xmlreader | |
parent | 63c4e82c910422f928c8e0bcbb82b6c43d4d5557 (diff) |
Resolves: tdf#125279 do not double _x005F_ escapement
Reading OOXML _x005F_ escaped content may not get unescaped, so
when writing back to OOXML do not attempt to escape it again, i.e.
write _x005F_xHHHH_ as is and not as _x005F_x005F_xHHHH_.
This is more a workaround, the proper fix would be to unescape
_x005F_ content upon read. But then the entire "invalid XML
character" escapement and handling control characters rat tail
would come into play.
Change-Id: I3d31dc84a362753c23a8c89f7a5d7bfd06e4367b
Reviewed-on: https://gerrit.libreoffice.org/73187
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'xmlreader')
0 files changed, 0 insertions, 0 deletions