<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: UnicodeDecodeError using BeautifulSoup</title>
	<atom:link href="http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/</link>
	<description></description>
	<lastBuildDate>Sun, 25 Dec 2011 07:23:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Catherine Devlin</title>
		<link>http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/comment-page-1/#comment-45427</link>
		<dc:creator>Catherine Devlin</dc:creator>
		<pubDate>Mon, 05 Apr 2010 13:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/#comment-45427</guid>
		<description>I&#039;m not sure whether the cause is the same, but in Python 2.6, BeautifulSoup is still throwing UnicodeDecodeErrors on valid UTF-8 documents (speciifically, the contents of pypi.python.org).  You can work around it by omitting everything past ASCII with BeautifulSoup.BeautifulSoup(text.decode(&#039;ascii&#039;, &#039;ignore&#039;))... but, of course, you lose data that way.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure whether the cause is the same, but in Python 2.6, BeautifulSoup is still throwing UnicodeDecodeErrors on valid UTF-8 documents (speciifically, the contents of pypi.python.org).  You can work around it by omitting everything past ASCII with BeautifulSoup.BeautifulSoup(text.decode(&#8216;ascii&#8217;, &#8216;ignore&#8217;))&#8230; but, of course, you lose data that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GB</title>
		<link>http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/comment-page-1/#comment-32907</link>
		<dc:creator>GB</dc:creator>
		<pubDate>Sat, 03 Jan 2009 23:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/#comment-32907</guid>
		<description>thanks.</description>
		<content:encoded><![CDATA[<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "beautifulsoup" - JabberTags</title>
		<link>http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/comment-page-1/#comment-29532</link>
		<dc:creator>Recent Links Tagged With "beautifulsoup" - JabberTags</dc:creator>
		<pubDate>Tue, 07 Oct 2008 08:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2008/08/unicodedecodeerror-using-beautifulsoup/#comment-29532</guid>
		<description>[...] beautifulsoup   A script to generate RSS feeds for wlu.ca Saved by TheGoldCrow on Mon 06-10-2008   UnicodeDecodeError using BeautifulSoup Saved by UcdLibraryGeography on Sun 05-10-2008   what ubuntu packages did i install again? Saved by [...]</description>
		<content:encoded><![CDATA[<p>[...] beautifulsoup   A script to generate RSS feeds for wlu.ca Saved by TheGoldCrow on Mon 06-10-2008   UnicodeDecodeError using BeautifulSoup Saved by UcdLibraryGeography on Sun 05-10-2008   what ubuntu packages did i install again? Saved by [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

