Re: Problems with UTF-8 encoding.

2016-06-08 Thread ash
,è,ç,à,ù) except for the euro sign "€" which is something I am trying to use. The euro sign appears in hexadicimal! Thanks in advance. Kind regards -- View this message in context: http://activemq.2283324.n4.nabble.com/Problems-with-UTF-8-encoding-tp4658096p4712775.html Sent from

Re: Problems with UTF-8 encoding.

2012-10-23 Thread Raul Kripalani
If you can post the producer and consumer code, plus the AMQ configuration (removing any details that cannot go public), we can analyse further. What message type are you sending? TextMessage? And how are you generating and reading the String? Thanks, *Raúl Kripalani* Apache Camel Committer Ente

Re: Problems with UTF-8 encoding.

2012-10-23 Thread Mayank Agarwal
Hello Raul, Thanks for the reply. It is still giving me the same problem. Any other points that I need to take care of?

Re: Problems with UTF-8 encoding.

2012-10-23 Thread Raul Kripalani
Make sure you are passing the file.encoding parameter as a JVM option in the startup script. -Dfile.encoding="UTF-8" Sent from a mobile device On 23 Oct 2012 15:11, "Mayank Agarwal" wrote: > Hi all, > > I am having a problem with UTF-8 encoded characters (for eg: "¥"). > When I send it as a mes

Problems with UTF-8 encoding.

2012-10-23 Thread Mayank Agarwal
Hi all, I am having a problem with UTF-8 encoded characters (for eg: "¥"). When I send it as a message to the queue and then receive it, I get a value that is not the correct interpretation of that character. Is there some encoding problem with ActiveMQ or am I missing something? Should I convert