Hi, I tried to use goto-definition (phpactor 0.12) action in a file encoded in iso-8859-1 charset and containing a `ä` character and it resulted in error. ``` In RpcCommand.php line 62: Could not decode JSON: ... ``` Removing this character removed the issue.