I can't rightly parse the XML file When i am using Xerces-C++ with ICU. The error is the chinese between element 'prompt' can't be parse rightly!
The content of My file parsed is: <?xml version="1.0" encoding="gb2312"?> <vxml version="1.0" xml:lang="cn-ct"> <property name="inputmodes" value="dtmf"/> <form id="full_check"> <block> <prompt> 你好,谢谢,124255653653ddfggURYU </prompt> </block> </form> </vxml> But I can rightly parse the XML file when I change che encoding from 'gb2312' to 'windows-1252',can you tell me why? Thank you! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]