souri datta wrote:
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 should post a complete code snippet and stack trace for the crash so we can figure out what's wrong.

You don't need to transcode to convert a XalanDOMString to an ICU UnicodeString, since they both encode the data in UTF-16.

Dave

Reply via email to