<?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 for Whaly&#039;s World</title>
	<atom:link href="http://baleinoid.com/whaly/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://baleinoid.com/whaly</link>
	<description>tail -f /var/log/whaly</description>
	<lastBuildDate>Wed, 28 Mar 2012 19:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on How to remove Diacritics in .net C# by Code Monkey</title>
		<link>http://baleinoid.com/whaly/2010/01/how-to-remove-diacritics-in-net-c/comment-page-1/#comment-206</link>
		<dc:creator>Code Monkey</dc:creator>
		<pubDate>Wed, 28 Mar 2012 19:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=145#comment-206</guid>
		<description>This is probably one of the coolest text parsing tricks I have ever seen.  Thank you so much!</description>
		<content:encoded><![CDATA[<p>This is probably one of the coolest text parsing tricks I have ever seen.  Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XmlWriter and UTF-8 encoding without signature by Greg</title>
		<link>http://baleinoid.com/whaly/2009/07/xmlwriter-and-utf-8-encoding-without-signature/comment-page-1/#comment-187</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 21 Sep 2011 08:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=3#comment-187</guid>
		<description>Awesome! Just what I was after. Concise and to the point explanation of how to do it. Thanks.</description>
		<content:encoded><![CDATA[<p>Awesome! Just what I was after. Concise and to the point explanation of how to do it. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The time separator by whaly</title>
		<link>http://baleinoid.com/whaly/2009/08/the-time-separator/comment-page-1/#comment-36</link>
		<dc:creator>whaly</dc:creator>
		<pubDate>Thu, 07 Oct 2010 09:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=55#comment-36</guid>
		<description>Hi, you can escape the date separator with a double &quot;\&quot;
[code lang=&quot;csharp&quot; light=&quot;1&quot;]DateTime.Now.ToString(&quot;dd\\/MM\\/yyyy&quot;);[/code]

and if you need to change the date separator everywhere in your application you can do something like :
[code lang=&quot;csharp&quot; light=&quot;1&quot;]
CultureInfo ci = new CultureInfo(&quot;bn-BD&quot;); // or get the current culture
ci.DateTimeFormat.DateSeparator = &quot;/&quot;;
Thread.CurrentThread.CurrentCulture = ci
[/code]</description>
		<content:encoded><![CDATA[<p>Hi, you can escape the date separator with a double &#8220;\&#8221;</p>
<pre class="brush: csharp; light: true; title: ; notranslate">DateTime.Now.ToString(&quot;dd\\/MM\\/yyyy&quot;);</pre>
<p>and if you need to change the date separator everywhere in your application you can do something like :</p>
<pre class="brush: csharp; light: true; title: ; notranslate">
CultureInfo ci = new CultureInfo(&quot;bn-BD&quot;); // or get the current culture
ci.DateTimeFormat.DateSeparator = &quot;/&quot;;
Thread.CurrentThread.CurrentCulture = ci
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The time separator by mukta</title>
		<link>http://baleinoid.com/whaly/2009/08/the-time-separator/comment-page-1/#comment-35</link>
		<dc:creator>mukta</dc:creator>
		<pubDate>Mon, 04 Oct 2010 04:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=55#comment-35</guid>
		<description>In bn-BD culture Date separator is &quot;-&quot;.
How can I get &quot;/&quot; separator instead of &quot;-&quot; separator using bn-BD culture?</description>
		<content:encoded><![CDATA[<p>In bn-BD culture Date separator is &#8220;-&#8221;.<br />
How can I get &#8220;/&#8221; separator instead of &#8220;-&#8221; separator using bn-BD culture?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XmlWriter and UTF-8 encoding without signature by BOM karakter dizisi olmadan XmlWriter ile UTF-8 kullanımı &#124; karalamalar</title>
		<link>http://baleinoid.com/whaly/2009/07/xmlwriter-and-utf-8-encoding-without-signature/comment-page-1/#comment-17</link>
		<dc:creator>BOM karakter dizisi olmadan XmlWriter ile UTF-8 kullanımı &#124; karalamalar</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=3#comment-17</guid>
		<description>[...] öğrendim. Bunun üzerine BOM olmadan XML&#8217;i nasıl oluştururum diye araştırdım ve buradaki makaleye [...]</description>
		<content:encoded><![CDATA[<p>[...] öğrendim. Bunun üzerine BOM olmadan XML&#8217;i nasıl oluştururum diye araştırdım ve buradaki makaleye [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XmlWriter and UTF-8 encoding without signature by Matt</title>
		<link>http://baleinoid.com/whaly/2009/07/xmlwriter-and-utf-8-encoding-without-signature/comment-page-1/#comment-16</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 28 Jan 2010 00:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=3#comment-16</guid>
		<description>Thanks man, I read numerous other pages with all sorts of explanations on what to do but no example, yours was much easier and quicker :)</description>
		<content:encoded><![CDATA[<p>Thanks man, I read numerous other pages with all sorts of explanations on what to do but no example, yours was much easier and quicker <img src='http://baleinoid.com/whaly/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: baleinoid.com @ 2012-05-22 06:37:46 -->
