Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6893

XML stream writer puts garbage characters into version field on Symbian

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.6.2
    • 4.6.0
    • None
    • S60 10.1
    • 5529a356368b31998e859e3fb5f94e85c16447aa, d93b2ff and 2f500df

      • 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"?>

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dzyubenk Denis Dzyubenko (Inactive)
            lmb627 Leon Bovett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes