sahaya / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Change default charset to system level? #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Perhaps we should change the default charset to system default when no charset 
is specified in the response? What consequences will this have for a team 
potentially working with different charsets? What consequences will it have 
when you just want to make a request quickly and don't care too much (e.g. 
get("/x").asString();). I suppose that in cases like this one expects default 
system charset.

Original issue reported on code.google.com by johan.ha...@gmail.com on 2 Dec 2013 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 9 Dec 2013 at 2:05