Closed GoogleCodeExporter closed 8 years ago
RESTClient uses the Content-Type header to parse the text in correct encoding.
If this header is not sent, RESTClient defaults to UTF-8.
I believe in your case, the OS encoding is different from UTF-8. So try adding
Content-Type header with 'charset' parameter.
Original comment by subwiz
on 20 Jul 2010 at 11:12
r476 makes the charset processing more lenient. Now when the charset detail is
not available in the response header, by default the platform encoding is
assumed.
Original comment by subwiz
on 3 Sep 2010 at 9:15
Marking as Fixed.
Original comment by subwiz
on 30 Jan 2011 at 6:03
Original issue reported on code.google.com by
scorpiod...@gmail.com
on 20 Jul 2010 at 7:27