<?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: Titlecase.py: Titlecase in python</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:58:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alix Axel</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-66595</link>
		<dc:creator>Alix Axel</dc:creator>
		<pubDate>Wed, 20 Jul 2011 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-66595</guid>
		<description>Fix for &quot;Step-by-Step&quot;: http://codepad.org/e671lRhl</description>
		<content:encoded><![CDATA[<p>Fix for &#8220;Step-by-Step&#8221;: <a href="http://codepad.org/e671lRhl" rel="nofollow">http://codepad.org/e671lRhl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alix Axel</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-66594</link>
		<dc:creator>Alix Axel</dc:creator>
		<pubDate>Mon, 18 Jul 2011 18:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-66594</guid>
		<description>Oh... m.group(0).capitalize(), Nevermind! xD</description>
		<content:encoded><![CDATA[<p>Oh&#8230; m.group(0).capitalize(), Nevermind! xD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alix Axel</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-66593</link>
		<dc:creator>Alix Axel</dc:creator>
		<pubDate>Mon, 18 Jul 2011 18:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-66593</guid>
		<description>Shouldn&#039;t:

SMALL_LAST = re.compile(r&#039;\b(%s)%s?$&#039; % (SMALL, PUNCT), re.I)

Be instead:

SMALL_LAST = re.compile(r&#039;\b(%s)(%s)?$&#039; % (SMALL, PUNCT), re.I)</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t:</p>
<p>SMALL_LAST = re.compile(r&#8217;\b(%s)%s?$&#8217; % (SMALL, PUNCT), re.I)</p>
<p>Be instead:</p>
<p>SMALL_LAST = re.compile(r&#8217;\b(%s)(%s)?$&#8217; % (SMALL, PUNCT), re.I)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-66511</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Sun, 27 Mar 2011 19:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-66511</guid>
		<description>@Troy: Based on the rule-set HELLO 10 WORLD will be untouched as it&#039;s been explicitly capitalised.</description>
		<content:encoded><![CDATA[<p>@Troy: Based on the rule-set HELLO 10 WORLD will be untouched as it&#8217;s been explicitly capitalised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-66510</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Sun, 27 Mar 2011 19:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-66510</guid>
		<description>@george and michael: The slashed case has now been addressed - see the version in the trunk branch.</description>
		<content:encoded><![CDATA[<p>@george and michael: The slashed case has now been addressed &#8211; see the version in the trunk branch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-66509</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Sun, 27 Mar 2011 00:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-66509</guid>
		<description>Titles with numbers in them fail (for example &quot;HELLO 10 WORLD&quot;).</description>
		<content:encoded><![CDATA[<p>Titles with numbers in them fail (for example &#8220;HELLO 10 WORLD&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-66477</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Wed, 16 Feb 2011 00:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-66477</guid>
		<description>Further to George&#039;s point. Songs in the titles of medleys are customarily joined with a slash, so it not a particularly esoteric case. &quot;dance with me/let&#039;s face the music and dance&quot; fails. A disappointment to me, &#039;cos song-titles was what I was hoping to use it for.</description>
		<content:encoded><![CDATA[<p>Further to George&#8217;s point. Songs in the titles of medleys are customarily joined with a slash, so it not a particularly esoteric case. &#8220;dance with me/let&#8217;s face the music and dance&#8221; fails. A disappointment to me, &#8216;cos song-titles was what I was hoping to use it for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-65678</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Fri, 09 Jul 2010 08:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-65678</guid>
		<description>@george: I&#039;ve fixed the newlines issue in 0.5.1.

The biggest problem with this script is that it becomes necessary to special case lots of edge cases. As a result of that I&#039;ll probably look at providing some way for the user to easily add their own customisations.</description>
		<content:encoded><![CDATA[<p>@george: I&#8217;ve fixed the newlines issue in 0.5.1.</p>
<p>The biggest problem with this script is that it becomes necessary to special case lots of edge cases. As a result of that I&#8217;ll probably look at providing some way for the user to easily add their own customisations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-65674</link>
		<dc:creator>george</dc:creator>
		<pubDate>Wed, 07 Jul 2010 23:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-65674</guid>
		<description>also, &quot;word/word&quot; becomes &quot;Word/word&quot;. I think it should be &quot;Word/Word&quot;.</description>
		<content:encoded><![CDATA[<p>also, &#8220;word/word&#8221; becomes &#8220;Word/word&#8221;. I think it should be &#8220;Word/Word&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/comment-page-1/#comment-65673</link>
		<dc:creator>george</dc:creator>
		<pubDate>Wed, 07 Jul 2010 23:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=368#comment-65673</guid>
		<description>newlines (more specifically, all characters which satisfy &quot;\s&quot; in regex) are replaced by spaces.

Otherwise, this is &lt;strong&gt;great!&lt;/strong&gt; Thanks a ton!

@brian, I really don&#039;t think that that T should be capitalized. At least, I&#039;ve never seen it that way.</description>
		<content:encoded><![CDATA[<p>newlines (more specifically, all characters which satisfy &#8220;\s&#8221; in regex) are replaced by spaces.</p>
<p>Otherwise, this is <strong>great!</strong> Thanks a ton!</p>
<p>@brian, I really don&#8217;t think that that T should be capitalized. At least, I&#8217;ve never seen it that way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

