Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.1
-
None
Description
QXmlStreamWriter::writeCharacters() deals with "<", "&", and """, but it does not handle characters with codes in the range 0 to 31. This means that e.g character strings that hod characters CTRL-A, through CTLR-Z won't be handled.