(3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.

This commit is contained in:
Ronald Oussoren 2013-07-06 13:25:44 +02:00
commit 361b28dbd4
2 changed files with 7 additions and 1 deletions

View file

@ -76,7 +76,7 @@
const char *cmdline;
int sts;
cmdline = [[settings commandLineForScript: script] cString];
cmdline = [[settings commandLineForScript: script] UTF8String];
if ([settings with_terminal]) {
sts = doscript(cmdline);
} else {