You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed cryptic error with file paths with invalid characters
* The error was reported about not being able to convert a Unicode
character to a multibyte character, which doesn't make much sense
for UCS-2-to-UTF-8 conversion, but it turns out that file paths
on Windows may contain malformed Unicode characters, which triggers
this error.
* This commit adds a simple ASCII conversion for a bad Unicode path,
which makes it easier to troubleshoot these issues.
0 commit comments