Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current camel just use the below code to return the defaultCharset.
Charset.defaultCharset().toString();
It will cause some trouble if there are two boxes with different defaultCharset want to talk to each other with default setting.
By setting the defaultCharset to be UTF-8 will work around this kind of issue.