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

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

    XMLWordPrintable

Details

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

    Description

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

      Should print "/a%.txt"

      Prints "/a%25.txt"

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes