Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 57785 invoked from network); 8 Feb 2008 13:04:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2008 13:04:59 -0000 Received: (qmail 52279 invoked by uid 500); 8 Feb 2008 13:04:52 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 52265 invoked by uid 500); 8 Feb 2008 13:04:52 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 52256 invoked by uid 99); 8 Feb 2008 13:04:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 05:04:52 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 13:04:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7239B714066 for ; Fri, 8 Feb 2008 05:04:38 -0800 (PST) Message-ID: <29834133.1202475878248.JavaMail.jira@brutus> Date: Fri, 8 Feb 2008 05:04:38 -0800 (PST) From: "James Strachan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-322) support a text based Data Format for easy marshaling to/from text using optionally different character sets MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.