Thanks for replying,

Indeed, I solve my problem by adding this line in my camel response
processor:

exchange.getIn().setHeader(Exchange.CHARSET_NAME, "iso-8859-1");

now Soap UI correctly displays the é è @ ... etc so thank you ...

In my properties files in change from 

Caméléon to Cam\u00e9l\u00e9on

However in my OSGI appender (log:tail) I still have strange char

With Caméléon : Cam´┐¢l´┐¢on
With Cam\u00e9l\u00e9on : CamÚlÚon


I also added this line in org.ops4j.pax.logging.cfg : 

log4j.appender.out.encoding=UTF-8 in order to correctly display special
chars in my notepad++ without the need to change the encoding

But I can't find the osgi appender configuration







--
View this message in context: 
http://camel.465427.n5.nabble.com/Encoding-Charset-problem-with-special-chars-tp5791967p5791975.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to