Sorry my bad. 
Just replace
   private String payload = "æøå ©";
with
    // danish letter ae, oe, aa space and copyright
    private final String payload = "\u00e6\u00f8\u00e5 \u00a9";

in 
org.apache.camel.component.file.remote.FtpProducerFileWithCharsetTest
and
org.apache.camel.component.file.remote.FtpConsumerWithCharsetTest

Actually i thought maven was set up to use utf-8 source code encoding

/Preben 




--
View this message in context: 
http://camel.465427.n5.nabble.com/Re-svn-commit-r1423871-in-camel-trunk-components-camel-ftp-src-main-java-org-apache-camel-component--tp5724380p5724398.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to