Matt Blair
Results
1
comments of
Matt Blair
I've hit this too. I've tried the iconv workaround in the remote_syslog pull request, as well as something like: ``` ruby data = data.encode!( 'UTF-8', invalid: :replace, undef: :replace )...