Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Server Developers
Viewing all articles
Browse latest Browse all 20709

[ids cs4] Japanese PMString and CString

$
0
0

Hello everyone.

 

we send japanese message to indesign server.

 

[大阪地証拠改ざん疑惑]

 

and receive message from script provider using ExtractEventData();

 

and we extract cstring from the message using GrabCString();

 

{

   status = data->ExtractEventData(p_TextImageXml, scriptData);
   printf("%s",(const char *)xmlData.GrabCString());

}

 

then have some problmes.

 

[大阪地<691C><8A3C><62E0>改ざん疑惑]

 

some character print unicode values;

 

how can we solve this problems.

 

thank you.

 

 

Line J.


Viewing all articles
Browse latest Browse all 20709

Trending Articles