Skip to content
Commit 9e80b835 authored by Simon Depiets's avatar Simon Depiets
Browse files

TS storage shall not un-escape XML special chars

By default the QXmlSimpleReader transforms escaped XML chars into the actual chars (except < and &)
Now lokalize will re-escape them back and store them in a CData to prevent Qt from amending the string internally
On saving, the XML file is first exported to a string and the CData overhead is replaced.
This behavior can be disabled in Editor Settings

BUG: 419071
parent d4adf92f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment