We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98444b commit d479a3fCopy full SHA for d479a3f
phpactor.el
@@ -200,6 +200,7 @@ of GitHub.")
200
:parameters arguments)))
201
(output (get-buffer-create "*Phpactor Output*"))
202
(phpactor-executable (phpactor-find-executable))
203
+ (coding-system-for-write 'utf-8)
204
(cwd (phpactor-get-working-dir)))
205
(with-current-buffer output (erase-buffer))
206
(with-current-buffer (get-buffer-create "*Phpactor Input*")
0 commit comments