Skip to content

Commit

Permalink
Merge apache#1215 manually, unify charset as UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Jan 16, 2018
1 parent 54b624b commit 235342e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private static Charset getCharset(Channel channel) {
}
}
try {
return Charset.forName("GBK");
return Charset.forName(Constants.DEFAULT_CHARSET);
} catch (Throwable t) {
logger.warn(t.getMessage(), t);
}
Expand Down

0 comments on commit 235342e

Please sign in to comment.