Hi

I recently want to use dataset to read some rss feeds, but met a encoding problem.

Here are there feeds (all of them are Chinese) I want to read:

 

http://rss.sina.com.cn/news/marquee/ddt.xml

Reading this one works well. It’s xml encoding tag is <?xml version="1.0" encoding="utf-8" ?>

 

http://www.blogchina.com/xml/2_rss2.xml

Reading this one works but I got some code can’t read. It’s xml encoding tag is <?xml version="1.0" encoding="gb2312" ?>

 

http://www.people.com.cn/rss/sports.xml

Reading this one got an error. It’s xml encoding tag is <?xml version="1.0" encoding="GB2312" ?>

ERROR: data conversion error for http://www.people.com.cn/rss/politics.xml: Parsing XML: unexpected character in markup \ufffd (position: START_TAG seen ...on>\ufffd\ufffd\ufffd\ufffd\ufffd\ubb\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ua3\ufffd\ufffd\ufffd\ufffd\u575\u78e8\ufffd\ufffd\ufffd\u7f6\ufffd\ufffd\ue861\ufffd\ufffd\ufffd\ua8e9\ufffd\ufffd\ufffd\ufffd\u53a\ufffd\ufffd\ufffd\ufffd\ufffd\u98f2\ufffd\ufffd\ufffd\u578\u3f8\ufffd\ufffd\u27b\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd<\ufffd... @145:77) 

 

Hope some one will help me, thanks!

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to