We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e7c86 commit fd1c69eCopy full SHA for fd1c69e
Mac/PythonLauncher/MyDocument.m
@@ -76,7 +76,7 @@ - (BOOL)run
76
const char *cmdline;
77
int sts;
78
79
- cmdline = [[settings commandLineForScript: script] cString];
+ cmdline = [[settings commandLineForScript: script] UTF8String];
80
if ([settings with_terminal]) {
81
sts = doscript(cmdline);
82
} else {
Misc/NEWS
@@ -188,6 +188,9 @@ Tools/Demos
188
189
- Issue #15239: Make mkstringprep.py work again on Python 3.
190
191
+- Issue #12990: The "Python Launcher" on OSX could not launch python scripts
192
+ that have paths that include wide characters.
193
+
194
Build
195
-----
196
0 commit comments