[
https://issues.apache.org/activemq/browse/CAMEL-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42252#action_42252
]
Claus Ibsen commented on CAMEL-322:
-----------------------------------
I will reuse the existing string() dataformat to support charset encoding
parameter.
Update wiki
http://activemq.apache.org/camel/data-format.html
string() dataformat is not listed.
> 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
> Components: camel-core
> Affects Versions: 1.3.0
> Reporter: James Strachan
> Assignee: Claus Ibsen
> Fix For: 1.4.0
>
>
> 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.