<?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: Utf-8 Alpha-numeric input validation for unicode Strings</title>
	<atom:link href="http://adrian.kirk-burnnand.com/?feed=rss2&#038;p=47" rel="self" type="application/rss+xml" />
	<link>http://adrian.kirk-burnnand.com/?p=47</link>
	<description>Useless stuff that might be useful.</description>
	<lastBuildDate>Sun, 07 Feb 2010 02:00:34 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JC Castro</title>
		<link>http://adrian.kirk-burnnand.com/?p=47&#038;cpage=1#comment-140</link>
		<dc:creator>JC Castro</dc:creator>
		<pubDate>Fri, 01 Jan 2010 17:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://adrian.kirk-burnnand.com/?p=47#comment-140</guid>
		<description>Great post it help me so much</description>
		<content:encoded><![CDATA[<p>Great post it help me so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://adrian.kirk-burnnand.com/?p=47&#038;cpage=1#comment-123</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://adrian.kirk-burnnand.com/?p=47#comment-123</guid>
		<description>Its a lot simpler than that!

[\\p{L}\\d]

Look in the Pattern javadoc under &quot;Unicode support&quot;

(removed the &quot;^&quot; in the previous comment)</description>
		<content:encoded><![CDATA[<p>Its a lot simpler than that!</p>
<p>[\\p{L}\\d]</p>
<p>Look in the Pattern javadoc under &#8220;Unicode support&#8221;</p>
<p>(removed the &#8220;^&#8221; in the previous comment)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://adrian.kirk-burnnand.com/?p=47&#038;cpage=1#comment-122</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://adrian.kirk-burnnand.com/?p=47#comment-122</guid>
		<description>Its a lot simpler than that!

[^\\p{L}\\d]

Look in the Pattern javadoc under &quot;Unicode support&quot;</description>
		<content:encoded><![CDATA[<p>Its a lot simpler than that!</p>
<p>[^\\p{L}\\d]</p>
<p>Look in the Pattern javadoc under &#8220;Unicode support&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Andreou</title>
		<link>http://adrian.kirk-burnnand.com/?p=47&#038;cpage=1#comment-121</link>
		<dc:creator>Andreas Andreou</dc:creator>
		<pubDate>Tue, 08 Sep 2009 22:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://adrian.kirk-burnnand.com/?p=47#comment-121</guid>
		<description>Hey, you forgot greek :)

[\u0391-\u03a9\u03b1-\u03c9]+</description>
		<content:encoded><![CDATA[<p>Hey, you forgot greek <img src='http://adrian.kirk-burnnand.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[\u0391-\u03a9\u03b1-\u03c9]+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chari</title>
		<link>http://adrian.kirk-burnnand.com/?p=47&#038;cpage=1#comment-29</link>
		<dc:creator>Chari</dc:creator>
		<pubDate>Mon, 22 Jun 2009 13:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://adrian.kirk-burnnand.com/?p=47#comment-29</guid>
		<description>Adrian

Thank you for this wonderful post. It really helped. I really appreciate this.

Peace
Chari</description>
		<content:encoded><![CDATA[<p>Adrian</p>
<p>Thank you for this wonderful post. It really helped. I really appreciate this.</p>
<p>Peace<br />
Chari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internationalization with Java &#171; Vijayendra Rao&#8217;s Weblog</title>
		<link>http://adrian.kirk-burnnand.com/?p=47&#038;cpage=1#comment-28</link>
		<dc:creator>Internationalization with Java &#171; Vijayendra Rao&#8217;s Weblog</dc:creator>
		<pubDate>Fri, 12 Jun 2009 06:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://adrian.kirk-burnnand.com/?p=47#comment-28</guid>
		<description>[...] In fact, you can find a good amount of details about this here&#8230;and if you would like to know in detail about the usage of regular expressions with UTF-8, you can refer to this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] In fact, you can find a good amount of details about this here&#8230;and if you would like to know in detail about the usage of regular expressions with UTF-8, you can refer to this post. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
