[Github-comments] [geany/geany] Geany on Windows includes a grep.exe that cannot handle some unicode in filename (#1260)

Matthew Brush notifications at xxxxx
Sun Oct 16 22:51:08 UTC 2016


> I'm actually tempted to bundle the MSYS2 binary along with the necessary libraries

The only "problem" I see that we would may be including two separate copies of `libiconv`, `libpcre` and maybe `libintl` since GLib already embeds these. IIRC, Glib build system has compile-time options to tell it whether to embed various libraries, so in theory "all" we would need to do is build both packages to use the same shared libs from Msys and there would be no "problem". Maybe Msys packages already do this?

In any case, I don't think it's a big deal, especially if we eventually re-write "Find in Files" to not use Grep but rather GIO async file-IO or what have you (I might work on this some day).

-- 
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/1260#issuecomment-254081033
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161016/c1df274b/attachment.html>


More information about the Github-comments mailing list