Hi, I am facing issue with Pound symbol coming in my messages to camel route , This pound symbol when comes in json request on my camel rest endpoint , it gets converted to "?" the same gets shown on log too.
I have tried below ways to fix this by setting convertBodyTo tag charset to utf-8 but it didn't worked. Here is the route : <from uri="jetty:http://localhost:8080/testService"/> <camel:convertBodyTo type="String" charset="utf-8" /> <camel:log message="Message Body: ${body}" /> <to uri="jetty:http://localhost:8080/testEndpoints"/> Regards, Aadil -- View this message in context: http://camel.465427.n5.nabble.com/Pound-Euro-symbols-in-message-rendered-as-on-camel-route-tp5752807.html Sent from the Camel - Users mailing list archive at Nabble.com.
