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

Application arguments with single quotes are parsed wrong

XMLWordPrintable

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

      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)

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes