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

Use multi-byte variant of CreateProcess on Windows #809

Closed

Commits on Dec 13, 2015

  1. Use multi-byte variant of CreateProcess on Windows

    This should fix problems when the command line or the working directory
    of a command on Windows contains non-ASCII characters.
    Those characters are first converted into a multi-byte string and then
    passed to CreateProcessW().
    
    Closes geany#784.
    eht16 committed Dec 13, 2015
    Copy the full SHA
    d015c66 View commit details
    Browse the repository at this point in the history