qt5base-lts/tests/auto/corelib/xml/qxmlstream
Luca Bellonda 767319a5aa Add support for 8bit encodings not ASCII compatible in QXMLStreamWriter.
When using a 8 bit encoding to write a file, a test discovers if the
encoding is really ASCII compatible by examining a letter and one of the
XML reserved characters. EBCDIC, in the current base, was not well
handled.

[ChangeLog][QtCore][QXmlStreamWriter] Fixed a bug that prevented the
generation of valid XML files when using encoding with 8 bit per
character but not ASCII compatible. QXMLStreamWriter generated XML
markup using always ASCII in this case.

Change-Id: I9c86a122dd91b2290d50c358638442f99777d4ae
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-06-08 18:50:25 +00:00
..
data Fix QXmlStreamReader parsing of files containing NULs 2015-01-24 18:35:22 +01:00
XML-Test-Suite Moving relevant tests to corelib/xml 2011-09-01 13:08:32 +02:00
.gitattributes Moving relevant tests to corelib/xml 2011-09-01 13:08:32 +02:00
.gitignore Moving relevant tests to corelib/xml 2011-09-01 13:08:32 +02:00
qc14n.h Update copyright headers 2015-02-11 06:49:51 +00:00
qxmlstream.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
setupSuite.sh Update copyright headers 2015-02-11 06:49:51 +00:00
tst_qxmlstream.cpp Add support for 8bit encodings not ASCII compatible in QXMLStreamWriter. 2016-06-08 18:50:25 +00:00
XML-Test-Suite-LICENSE.txt Moving relevant tests to corelib/xml 2011-09-01 13:08:32 +02:00