<?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: Sentence Capitalization with Java</title>
	<atom:link href="http://www.stanleyshilov.com/blog/proper-sentence-capitalization-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stanleyshilov.com/blog/proper-sentence-capitalization-java/</link>
	<description>Web Development with a twist of Affiliate Marketing</description>
	<lastBuildDate>Thu, 26 May 2011 06:14:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ramu</title>
		<link>http://www.stanleyshilov.com/blog/proper-sentence-capitalization-java/comment-page-1/#comment-10777</link>
		<dc:creator>Ramu</dc:creator>
		<pubDate>Thu, 26 May 2011 06:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=250#comment-10777</guid>
		<description>Good work dude, The initial letter is not capitalizing,
Ex: 
String test = &quot;hello every one. this is java capitalize . Is is working?.&quot;;
test = test.toLowerCase();
System.out.println(capitalize(test));

I get &quot;hello every one. This is java capitalize . Is is working?.&quot;</description>
		<content:encoded><![CDATA[<p>Good work dude, The initial letter is not capitalizing,<br />
Ex:<br />
String test = &#8220;hello every one. this is java capitalize . Is is working?.&#8221;;<br />
test = test.toLowerCase();<br />
System.out.println(capitalize(test));</p>
<p>I get &#8220;hello every one. This is java capitalize . Is is working?.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

