You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Aditya Bhasin <ad...@openwave.com> on 2001/08/02 03:17:28 UTC

xerces and trancoding

Hi,

char * DOMString::transcode (  ) const

   Returns a copy of the string, transcoded to the local code page.

The caller owns the (char *) string that is returned, and is responsible for
deleting it.



Question - without the lenght how does one handle cases where the returned
sting is in a charset which has embedded nulls. Is one expected to use the
length() method to get this value. Is the lenght which is returned that
after transcoding?

thanks,

aditya




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org