Kevin Currently the C++ clients that are out there don't support Unicode strings. CMS and the newer activemq-cpp clients only talk STOMP which is limited to UTF-8 characters.
>From a quick glance it appears that openwire-cpp is also limited to UTF-8 chars. I haven't really looked at the Openwire protocol much yet, so I don't know how hard it would be to support Unicode. The intent of the activemq-cpp lib is that it will support Openwire in the future, so when we get that ball rolling I will definitely look into supporting Unicode from activemq-cpp. ----------------------------------------- Timothy A. Bish Sensis Corporation ----------------------------------------- > -----Original Message----- > From: kevinba [mailto:[EMAIL PROTECTED] > Sent: Friday, July 14, 2006 3:05 PM > To: [email protected] > Subject: Unicode for C++ > > > I have a question. > > I have a C++ application that talks to a java server and I noticed on the > C++ client code that everything is using char* for text messages. > > Is there a version that supports UNICODE? I need a C++ client that > support > unicode because my entire C++ is unicode because we support Chinese. > > Thanks for the help, > Kevin > -- > View this message in context: http://www.nabble.com/Unicode-for-C%2B%2B- > tf1944863.html#a5332437 > Sent from the ActiveMQ - User forum at Nabble.com.
