Hi All,
I want to convert XMLCh* to char*
I am using XMLString::transcode to do that.
EsXMLCh& EsXMLCh::operator=(const XMLCh* const cstr)
{
destroy();
created = true;
//gTranscoder->transcode();
str = XMLString::transcode(cstr);
return *this;
}
But unfortunately it is not converting XMLCh* to char* properly when XMLCh*
consists unicode characters as well e.g. "emt production, 4 μM silver
nitrate". Could anybody help me how to do that.
Thanks & Regards
Vikas Agrawal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]