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

QUrl::toLocalPath should decode "%25" to "%"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.0.0 Beta 1, 5.0.0
    • 5.0.0
    • Core: I/O
    • None
    • f6aef23ff162d9849f5be1036c9f45c2ee506d21

         qDebug() << QUrl("file:///a%25.txt").toString();
      

      Should print "/a%.txt"

      Prints "/a%25.txt"

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

            thiago Thiago Macieira
            thiago Thiago Macieira
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes