Well actually it depends on what you are trying to do with the data, where it 
comes from and what your JDK supports. If you are just transmitting binary data 
to somewhere else, the charset doesn't matter. If you e.g. need to convert 
binary data fetched e.g. from a file to something textual (like a String), you 
can set the charset parameter of the file endpoint to something the JDK 
supports. In other cases (e.g. your input is XML with some strange charset 
correctly defined in the preamble) and you want to do some XML parsing on that, 
this may even work out of the box.

-----Original Message-----
From: jcar...@carmanconsulting.com [mailto:jcar...@carmanconsulting.com] On 
Behalf Of James Carman
Sent: Montag, 9. Dezember 2013 12:41
To: users@camel.apache.org
Subject: Re: ISO8583

Camel can support any binary format you want.  It doesn't have
built-in support for these, though.

On Mon, Dec 9, 2013 at 5:12 AM, Manoranjitham G
<manoranjitha...@polarisft.com> wrote:
> Does camel support ISO8583,ISO20022,EBCDIC dataformats?
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/ISO8583-tp5744502.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to