Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-2712

The default charset name should be UTF-8

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.6.3, 2.3.0
    • camel-core
    • 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.

      Attachments

        Activity

          People

            njiang Willem Jiang
            njiang Willem Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: