Skip to content

Commit c6210fd

Browse files
authored
Merge pull request #120 from emacs-php/gh-119
gh-119: write phpactor's output using utf-8
2 parents a98444b + d479a3f commit c6210fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpactor.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ of GitHub.")
200200
:parameters arguments)))
201201
(output (get-buffer-create "*Phpactor Output*"))
202202
(phpactor-executable (phpactor-find-executable))
203+
(coding-system-for-write 'utf-8)
203204
(cwd (phpactor-get-working-dir)))
204205
(with-current-buffer output (erase-buffer))
205206
(with-current-buffer (get-buffer-create "*Phpactor Input*")

0 commit comments

Comments
 (0)