souri datta wrote:
You should post a complete code snippet and stack trace for the crash so we can figure out what's wrong.hi,When I have Unicode chars in the XalanDOMString ,the transcode method crashes.Is there a way to convert it to UnicodeString type(provided by ICU) safely?
You don't need to transcode to convert a XalanDOMString to an ICU UnicodeString, since they both encode the data in UTF-16.
Dave