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

QXmlStreamReader fails due to vertical tab "\v"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.9.6
    • None
    • macOS

    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

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

          Activity

            People

              thiago Thiago Macieira
              remik Remik Ziemlinski
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes