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.
For example

suppose in the external function args[0]->str() contains some Unicode chars.
so when I do (args[0]->str()).transcode(opVector);  // opVector is of type
CharVectorType;
it is crashing.
Any help would be very useful.
Thanks in advance.

Reply via email to