❔ Process Start with unicode characters
Hello,
I'm having issues with the following code to launch process when they are on directories with unicode characters, like, for example,
C:\Users\fehmikır\Desktop\test
. It works without problems on paths without unicode characters.
No error is thrown, the execution is "successful", but the application doesn't open. This also happens when manually running the application within a folder with such characters. Launching the process through Electron using the spawn command also works.
Electron code:
Does anyone have any idea on how to solve this?
Thank you2 Replies
i guess you could try with the compatible path (for example use
dir /x
)Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.