Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[url_launcher] Decode URL before passing it to ShellExecuteW. #7774

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. [url_launcher] Decode URL before passing it to ShellExecuteW.

    - ShellExecuteW expects a path, not a URL.  If the path contains non-ascii
      characters, it needs to be decoded before passing to ShellExecuteW.
    - ShellExecuteW seems to be happy with the file:// prefix in the URL
    ftsui committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d5d8423 View commit details
    Browse the repository at this point in the history