scripting - help dealing with special chars in file path

 From:  9krausec
9530.3 In reply to 9530.2 
Hi Michael! You are right, headless fashion. Javascript commands are being generated by Python. Thank you for confirming that I need to avoid using Unicode in the .js command argument files when running moi.exe via cmd. I'll look into exploring options to decode the incoming Unicode in Python to ensure that the proper escape chars are used for ascii compliance when writing out the .JS files.

Thank you for the prompt response and clarification.