[omniORB] How to convert UTF-8 byte array to corba wstring

Luke Deller ldeller at xplantechnology.com
Mon May 30 11:33:59 BST 2005


On Fri, 2005-05-27 at 16:57 +0300, Damian Minkov wrote:
> my client is java based and thats why I must use wstring in my server part.

There is no need to use "wstring" just because your client is Java
based.  I have used the IDL "string" type with the built-in Java ORB.
The Java ORB takes care of converting between CORBA strings and the UCS2
encoding used internally by Java.

Regards,
Luke.





More information about the omniORB-list mailing list