T
terry_zhou82
Unregistered / Unconfirmed
GUEST, unregistred user!
同样的代码在D7+WINXP下显示正常,但是到了D2010+WIN7却显示为下列的乱码:【上海天气预报】今天:多云 �?阴,气温16℃~12℃,东风东南�?-5级;其中两个乱码的字为“转”。在D2010下的MESSAGES有如下提示:[DCC Warning] Main.pas(663): W1058 Implicit string cast with potential data loss from 'string' to 'RawByteString'我已经改为RAWBYTESTRING了。还是没用,我最后一句是用Edit3.Text :=UTF8ToString(astr1);//其中ASTR1为IDHTTP所提取的。因为网页时UTF8的,所以用到了UTF8TOstring想知道具体该如何操作啊?