Closed kazjote closed 9 years ago
Currently patron throws an exception
ArgumentError: unknown encoding name - utf8
whenever it encounters response with unknown charset. In my case it fails for charset utf8 (valid one is utf-8)
This PR fixes this problem.
Nice. Thanks for including tests.
Currently patron throws an exception
whenever it encounters response with unknown charset. In my case it fails for charset utf8 (valid one is utf-8)
This PR fixes this problem.