Re: Using Camel-ftp to write file with windows-1252 encoding

2010-09-07 Thread Roland Villemoes
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.

Re: Using Camel-ftp to write file with windows-1252 encoding

2010-09-06 Thread Willem.Jiang
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

Using Camel-ftp to write file with windows-1252 encoding

2010-08-27 Thread Roland Villemoes
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.