Re: Unicode support in C++ clients

2011-05-04 Thread Ivan Pechorin
2011/5/4 Suneel Papineni : > > I am getting problems in sending or receiving Unicode messages. Could > someone please tell me how can I implement this correctly. We use UTF-8 successfully in ActiveMQ's TextMessage since activemq-cpp-3.0.x. In particular, we UTF-8 between C++ and Java clients.

Re: Unicode support in C++ clients

2011-05-04 Thread Timothy Bish
On Wed, 2011-05-04 at 18:14 +0100, Suneel Papineni wrote: > Hi, > > > > I am getting problems in sending or receiving Unicode messages. Could > someone please tell me how can I implement this correctly. > > > > Message contains some Greek characters. I am using wide string or wide > charact