Hi Willem,
Seems like this works! Thanks a lot (again )
Roland
--
View this message in context:
http://camel.465427.n5.nabble.com/Using-Camel-ftp-to-write-file-with-windows-1252-encoding-tp2739750p2805738.html
Sent from the Camel - Users mailing list archive at Nabble.com.
nary=true and to do
> someting like:
>
> byte[] origStringInBytes=sb.toString().getBytes("UTF-8");
> String contentInWindows1252 = new String(origStringInBytes,
> "windows-1252");
> exchange.getOut().setBody(sb.toString());
>
> Anyone having same issue?
>
--
View t
ntext:
http://camel.465427.n5.nabble.com/Using-Camel-ftp-to-write-file-with-windows-1252-encoding-tp2739750p2739750.html
Sent from the Camel - Users mailing list archive at Nabble.com.