<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: BBCode Python Module II</title>
	<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/</link>
	<description>Blog of Will McGugan</description>
	<pubDate>Thu, 20 Nov 2008 22:34:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Will</title>
		<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-11180</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 29 Nov 2007 21:17:57 +0000</pubDate>
		<guid>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-11180</guid>
		<description>Thanks for the bug report. I've checked in a fix to SVN. I'll release a new version soon.</description>
		<content:encoded><![CDATA[<p>Thanks for the bug report. I&#8217;ve checked in a fix to SVN. I&#8217;ll release a new version soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-11168</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 29 Nov 2007 19:10:35 +0000</pubDate>
		<guid>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-11168</guid>
		<description>Really nice. Thank you.
Found a little bug though: If you input a single "[" it throws an error.
In my case it broke when somebody used the smilie ":-[".</description>
		<content:encoded><![CDATA[<p>Really nice. Thank you.<br />
Found a little bug though: If you input a single &#8220;[&#8221; it throws an error.<br />
In my case it broke when somebody used the smilie &#8220;:-[&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-7535</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 02 Oct 2007 21:45:13 +0000</pubDate>
		<guid>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-7535</guid>
		<description>Glad you like it!

The latest version is on Google code:

http://code.google.com/p/postmarkup/</description>
		<content:encoded><![CDATA[<p>Glad you like it!</p>
<p>The latest version is on Google code:</p>
<p><a href="http://code.google.com/p/postmarkup/" rel="nofollow">http://code.google.com/p/postmarkup/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cramer</title>
		<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-7530</link>
		<dc:creator>David Cramer</dc:creator>
		<pubDate>Tue, 02 Oct 2007 20:17:40 +0000</pubDate>
		<guid>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-7530</guid>
		<description>Nice work on this -- I think we're going to put this into use to save some dev time of our own :)</description>
		<content:encoded><![CDATA[<p>Nice work on this &#8212; I think we&#8217;re going to put this into use to save some dev time of our own :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-1485</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 31 May 2007 22:09:31 +0000</pubDate>
		<guid>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-1485</guid>
		<description>There's a new version with these issues fixed. :-)</description>
		<content:encoded><![CDATA[<p>There&#8217;s a new version with these issues fixed. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-1292</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Sun, 27 May 2007 12:51:40 +0000</pubDate>
		<guid>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-1292</guid>
		<description>Module doesn't deal well with unicode. If you do a [google Jesper Nøhr]google[/google], it will croak. urllib.quote_plus dies on trying to quote the 'ø'.

The fix is to explicitly cast the 'search'-var to a string;

return link % quote_plus(str(search)) # On line 273</description>
		<content:encoded><![CDATA[<p>Module doesn&#8217;t deal well with unicode. If you do a [google Jesper Nøhr]google[/google], it will croak. urllib.quote_plus dies on trying to quote the &#8216;ø&#8217;.</p>
<p>The fix is to explicitly cast the &#8217;search&#8217;-var to a string;</p>
<p>return link % quote_plus(str(search)) # On line 273</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-1277</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Sat, 26 May 2007 17:06:59 +0000</pubDate>
		<guid>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-1277</guid>
		<description>Oh, also, can you add an [img]-tag?</description>
		<content:encoded><![CDATA[<p>Oh, also, can you add an [img]-tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-1275</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Sat, 26 May 2007 16:55:59 +0000</pubDate>
		<guid>http://www.willmcgugan.com/2007/03/22/bbcode-python-module-ii/#comment-1275</guid>
		<description>Cool module.

Why do you have 2 different "wiki" tags, though? Is there any way you can select either? It seems to me like the reference.com takes presence over wikipedia's.</description>
		<content:encoded><![CDATA[<p>Cool module.</p>
<p>Why do you have 2 different &#8220;wiki&#8221; tags, though? Is there any way you can select either? It seems to me like the reference.com takes presence over wikipedia&#8217;s.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
