hi,all
I have a Chinese xml file.For example:
<?xml version="1.0" encoding="GB2312" ?> <smsxml> <sms> <phone>13814046926</phone> <msg>HIïäåãèæSMS DEMOæèIã</msg> </sms> </smsxml> when i use xmlNodeListGetString,i got an unnormal value of msg is unnormal number.i just want to know the orginal information(HIïäåãèæSMS DEMOæèIã),so what can i do ? greet!
Shiguo Qin
|