We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1f23a commit ab627edCopy full SHA for ab627ed
google-http-client/src/main/java/com/google/api/client/http/AbstractHttpContent.java
@@ -98,7 +98,7 @@ public AbstractHttpContent setMediaType(HttpMediaType mediaType) {
98
*/
99
protected final Charset getCharset() {
100
return mediaType == null || mediaType.getCharsetParameter() == null
101
- ? Charsets.UTF_8 : mediaType.getCharsetParameter();
+ ? Charsets.ISO_8859_1 : mediaType.getCharsetParameter();
102
}
103
104
public String getType() {
0 commit comments