@eht16 I've noticed the following:
- when a source file with non-english filename is in english-name folder: `geany_run_script_....bat` created ok, but on Windows it has UTF-8 W/BOM encoding and it conflicts with CP866 (default console codepage for Cyrillic Windows); if I add `chcp 65001` at the beginning of `geany_run_script_....bat`, it'll run ok; Maybe your's console codepage doesn't have conflicts with UTF-8 W/BOM; - when a source file with non-english filename is in non-english folder, `geany_run_script_....bat` is not created at all and Geany asks to check Terminal settings. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1278#issuecomment-258993938
