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

Application arguments with single quotes are parsed wrong

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 4.8.4, 5.0.1
    • Core: Other
    • None
    • Windows 7
    • 4ff6951550cb6e39c3b31895c3af57037e90c9ac (7.9.2013)

    Description

      If you execute an application with a command line argument that has a file name with single quotes then the directory separator is removed from the argument when argument is parsed.
      For example, executing an application with:

      application.exe c:\temp\’file’.jpg
      

      will construct the application object with argument:

      c:\temp'file.jpg
      

      (Might be related to https://bugreports.qt-project.org/browse/QTBUG-23687)

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              qtcomsupport Qt Support
              Votes:
              1 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes