FYI, I filled a JIRA[1] and already committed the patch.
[1]https://issues.apache.org/jira/browse/CAMEL-4989 On 2/4/12 9:10 PM, Thomas Letsch 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 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.
-- Willem ---------------------------------- FuseSource Web: http://www.fusesource.com Blog: http://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: willemjiang Weibo: willemjiang
