[Github-comments] [geany/geany] Windows: Convert working directory to locale encoding before spawning commands (#1095)

elextr notifications at xxxxx
Tue Jun 28 00:48:14 UTC 2016


Well everything inside Geany is UTF8 since its from GTK (either the UI which is utf-8 or a conf file that also has to be utf-8 ("Key files are always encoded in UTF-8" from g_key_file()) so everything inside geany should be utf-8 and needs to be converted.  Since there are lots of uses of spawn (build commands, custom commands, context actions, find in files, the extras you are gonna add "soon") the conversion should only be done once.

---
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/1095#issuecomment-228918253
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160627/594f2d71/attachment.html>


More information about the Github-comments mailing list