Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.0
-
None
-
S60 10.1
-
5529a356368b31998e859e3fb5f94e85c16447aa, d93b2ff and 2f500df
Description
- Use case:
writing an XML file
- Steps to reproduce:
I'm calling:
QXmlStreamWriter::writeStartDocument()
- Actual outcome:
This is the output on Symbian:
<?xml version="1.0" encoding="UTF-8"?>
In a binary editor, the values between " and 1 seem to be
EF BB BF
- Expected outcome:
This is the output on windows:
<?xml version="1.0" encoding="UTF-8"?>
Attachments
Issue Links
- is required for
-
QTBUG-7918 Symbian4_2010_07
-
- Closed
-
- resulted in
-
QTBUG-7180 QTextEncoder doesn't allow to specify ConverterState to use
-
- Closed
-