jdeXMLRequest result

batoha

Active Member
Hello, everybody.
I have the following code:
IntPtr JDEXMLData = jdeXMLRequest(sbServerName, intPort, intTimeout, sbXML, sbXML.Length+1);
result = Marshal.PtrToStringAnsi(JDEXMLData);

After examining the value of result I can't see any russian letters. There are some kind of strange letters among english text. I can't figure out whether this is utf-8 encoded data or not. Does anyone have any ideas on how to convert result's into correct form?
This all is on B7333 and C#.

With respect, Sergey.
P.S. I've attached picture of the result data as it seen in debugger view.
 

Attachments

  • 156204-pic.jpg
    156204-pic.jpg
    119.2 KB · Views: 124
Back
Top