标签: php utf-8
我使用simplexml_load_file加载用户推文
http://twitter.com/statuses/user_timeline/userid.xml?count=44
我使用UTF-8编码获取数据
如何将数据转换为 windows-1256
答案 0 :(得分:1)
iconv("UTF-8", "Windows-1256//TRANSLIT", $string);