rlalfo / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

GsonFactory.createJsonParser() should not throw an exception when charset=null #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We support charset=null in the case the charset is not known and should be 
determined by the parser. This works fine for Jackson, but will throw an 
exception when using Gson. We should assume that the stream is UTF-8 when the 
charset=null for the moment.

Original issue reported on code.google.com by mlin...@google.com on 22 Jun 2012 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 9 Jul 2012 at 4:08