You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Tony Dodd <to...@btinternet.com> on 2005/02/11 10:32:22 UTC

Support for wide characters

When I generate C++ classes for my project, elements with content of type
string are bound to C type char*. I need to handle Unicode strings (and
arrays of Unicode strings). I assume I can do this by providing my own
serialiser/deserialiser for use by the wrapper class. Has anyone any
experience of this? I'm wondering if there is some more obvious approach
that I've missed.

Thanks

Tony Dodd
Oxford University Research Technologies