Windows filenames (NTFS) may contain unicode characters. Passing the filename to `geany.exe` as command line argument does not open the file.
At startup, it can get all arguments in UTF-16, and convert them to UTF-8. So filenames containing unicode characters can be passed to `geany.exe`. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1258
-- Commit Summary --
* Provide utf-8 command line arguments on Windows
-- File Changes --
M src/main.c (36)
-- Patch Links --
https://github.com/geany/geany/pull/1258.patch https://github.com/geany/geany/pull/1258.diff