Re: Problem:Unicode string causing transcode(..) crashes in External Function

2010-09-02 Thread Jasmine_Shaikh
Hi Dave, Thanks for your quick reply and apologies for replying late. We had tried using XalanTranscodingServices::makeNewTranscoder() before, but maybe we were passing some wrong arguments into it, it didn't work. I think it should work. We have actually solved the issue using another method to

Re: Problem:Unicode string causing transcode(..) crashes in External Function

2010-08-19 Thread David Bertoni
On 8/19/2010 12:30 AM, Jasmine_Shaikh wrote: Hi Dave, We have a similar problem here while using transcode in our external function. It throws the TranscodingError for strings in East Asian Languages. Our function actually encodes the XalanDOMString, for which we need to get std::string from Xa

Re: Problem:Unicode string causing transcode(..) crashes in External Function

2010-08-19 Thread Jasmine_Shaikh
Hi Dave, We have a similar problem here while using transcode in our external function. It throws the TranscodingError for strings in East Asian Languages. Our function actually encodes the XalanDOMString, for which we need to get std::string from XalanDOMString. Similar to what you said I have r

Re: Problem:Unicode string causing transcode(..) crashes in External Function

2008-10-09 Thread David Bertoni
souri datta wrote: Hi, In the external function whenever I am getting an argument which has some Unicode chars in it,when i try to convert it to std::string..it is causing transcode(..) method carshes. All of the characters in a XalanDOMString are "Unicode characters." Do you mean non-ASCII c