• Eike Rathke's avatar
    Resolves: tdf#125279 do not double _x005F_ escapement · f677885f
    Eike Rathke yazdı
    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: 's avatarEike Rathke <erack@redhat.com>
    f677885f
Adı
Son kayıt (commit)
Son güncelleme
..
CachedOutputStream.hxx Loading commit data...
converter.cxx Loading commit data...
fastattribs.cxx Loading commit data...
fastserializer.cxx Loading commit data...
fastserializer.hxx Loading commit data...
fshelper.cxx Loading commit data...