support a text based Data Format for easy marshaling to/from text using optionally different character sets -----------------------------------------------------------------------------------------------------------
Key: CAMEL-322 URL: https://issues.apache.org/activemq/browse/CAMEL-322 Project: Apache Camel Issue Type: Improvement Reporter: James Strachan See http://activemq.apache.org/camel/data-format.html - we might wanna do something like... {code} from("file://something").unmarshall().text("UTF-16").to("something") {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.