[Github-comments] [geany/geany] Provide utf-8 command line arguments on Windows (#1258)
Enrico Tröger
notifications at xxxxx
Wed Nov 9 21:28:11 UTC 2016
eht16 commented on this pull request.
> @@ -1231,6 +1230,9 @@ gint main_lib(gint argc, gchar **argv)
#endif
gtk_main();
+#ifdef G_OS_WIN32
+ win32_free_argv_made_in_utf8(argc, argv);
Yeah, also nice. But I'd still vote to put the Windows specific code in the first G_OS_WIN32 block into src/win32.c.
--
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/pull/1258
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161109/954bb92e/attachment.html>
More information about the Github-comments
mailing list