[Github-comments] [geany/geany] Geany run python script with non-english path (Geany 1.27) (#1278)

Yuri Petrov notifications at xxxxx
Mon Nov 7 23:12:14 UTC 2016


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161107/fc330b56/attachment.html>


More information about the Github-comments mailing list