On Sat, Feb 4, 2012 at 2:10 PM, Thomas Letsch <[email protected]> wrote: > Hi, > > the bindy csv component uses the default encoding when importing a file > Class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat Line 115: > - InputStreamReader in = new InputStreamReader(inputStream); > + InputStreamReader in = new InputStreamReader(inputStream, > IOConverter.getCharsetName(exchange)); > > the marshal method needs that probably too. This was already done for the > standard CSV component: > https://issues.apache.org/jira/browse/CAMEL-3483 >
Hi Can you create a JIRA ticket for this? > Regards, > Thomas > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Bindy-CSV-parser-uses-default-encoding-tp5456136p5456136.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
