Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.9.6
-
None
Description
The attached program shows that the reader cannot handle the character. The writer is fine.
Example output:
xml: "<?xml version=\"1.0\"?><tag att=\"hello\u000Bworld\"/>\n" xml: "<?xml version=\"1.0\"?><tag att=\"hello\tworld\"/>" read: "hello world" xml: "<?xml version=\"1.0\"?><tag att=\"hello\u000Bworld\"/>" xml: "<?xml version=\"1.0\" encoding=\"utf-8\"?><tag att=\"hello\u000Bworld\"/>" done
Attachments
Issue Links
- is replaced by
-
QTBUG-29823 QXmlWriter does not escape VT, which then stuffs QXmlReader - even in a CDATA!
- Closed