<?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: One of these things is not like the other, except to SQL</title>
	<atom:link href="http://invalidlogic.com/2010/02/08/one-of-these-things-is-not-like-the-other-except-to-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://invalidlogic.com/2010/02/08/one-of-these-things-is-not-like-the-other-except-to-sql/</link>
	<description>Endlessly expanding technology</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:00:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: krobertson</title>
		<link>http://invalidlogic.com/2010/02/08/one-of-these-things-is-not-like-the-other-except-to-sql/comment-page-1/#comment-926</link>
		<dc:creator>krobertson</dc:creator>
		<pubDate>Wed, 17 Feb 2010 08:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://invalidlogic.com/?p=454#comment-926</guid>
		<description>@Ihar,

By default, we don&#039;t, we limit the username to standard ASCII characters with a regular expression.  However the regular expression is customizable.  In this particular case, the user modified the regular expression to allow the sharp s.</description>
		<content:encoded><![CDATA[<p>@Ihar,</p>
<p>By default, we don&#8217;t, we limit the username to standard ASCII characters with a regular expression.  However the regular expression is customizable.  In this particular case, the user modified the regular expression to allow the sharp s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ihar</title>
		<link>http://invalidlogic.com/2010/02/08/one-of-these-things-is-not-like-the-other-except-to-sql/comment-page-1/#comment-920</link>
		<dc:creator>Ihar</dc:creator>
		<pubDate>Tue, 16 Feb 2010 23:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://invalidlogic.com/?p=454#comment-920</guid>
		<description>By the way, try this in C#:

int result = CultureInfo.InvariantCulture.CompareInfo.Compare(&quot;ß&quot;, &quot;ss&quot;)</description>
		<content:encoded><![CDATA[<p>By the way, try this in C#:</p>
<p>int result = CultureInfo.InvariantCulture.CompareInfo.Compare(&#8220;ß&#8221;, &#8220;ss&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ihar</title>
		<link>http://invalidlogic.com/2010/02/08/one-of-these-things-is-not-like-the-other-except-to-sql/comment-page-1/#comment-919</link>
		<dc:creator>Ihar</dc:creator>
		<pubDate>Tue, 16 Feb 2010 23:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://invalidlogic.com/?p=454#comment-919</guid>
		<description>Why are you allowing to enter such characters in the username in the first place? There tons of unicode character combinations that will be considered equal, by the way.</description>
		<content:encoded><![CDATA[<p>Why are you allowing to enter such characters in the username in the first place? There tons of unicode character combinations that will be considered equal, by the way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
