<?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: C# Code: How to transform &#197;&#228;&#246; to Aao</title>
	<atom:link href="http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/</link>
	<description>Chatter about EPiServer, ASP.NET, CSS and Web Development.</description>
	<lastBuildDate>Wed, 21 Dec 2011 01:21:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ojejej</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/comment-page-1/#comment-2963</link>
		<dc:creator>ojejej</dc:creator>
		<pubDate>Wed, 17 Sep 2008 21:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=151#comment-2963</guid>
		<description>Try wReplace tool which removes diacritic:

http://wwidgets.com/us_wReplace.html

There is available replacement table for removing diacritics (accents), so you can test your solutions.</description>
		<content:encoded><![CDATA[<p>Try wReplace tool which removes diacritic:</p>
<p><a href="http://wwidgets.com/us_wReplace.html" rel="nofollow">http://wwidgets.com/us_wReplace.html</a></p>
<p>There is available replacement table for removing diacritics (accents), so you can test your solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Nyberg</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/comment-page-1/#comment-2786</link>
		<dc:creator>Ted Nyberg</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=151#comment-2786</guid>
		<description>Nick, if you&#039;re interested in custom URL rewriting you could have a look at the following post on implementing a custom URL rewrite provider in EPiServer: http://labs.episerver.com/en/Blogs/Ted-Nyberg/Dates/112276/7/Implementing-a-custom-URL-rewrite-provider-for-EPiServer/</description>
		<content:encoded><![CDATA[<p>Nick, if you&#8217;re interested in custom URL rewriting you could have a look at the following post on implementing a custom URL rewrite provider in EPiServer: <a href="http://labs.episerver.com/en/Blogs/Ted-Nyberg/Dates/112276/7/Implementing-a-custom-URL-rewrite-provider-for-EPiServer/" rel="nofollow">http://labs.episerver.com/en/Blogs/Ted-Nyberg/Dates/112276/7/Implementing-a-custom-URL-rewrite-provider-for-EPiServer/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/comment-page-1/#comment-2724</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 28 Apr 2008 13:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=151#comment-2724</guid>
		<description>in continuation : if I pass relative path to .aspx in HTTPUrlRewriteToInternal function, then urlrewriting works
but the only issue is that is that I am unable to then refer to episerver custom properties on that page.

Could you please let me know if there is a solution for this.

thanks alot,
Nick</description>
		<content:encoded><![CDATA[<p>in continuation : if I pass relative path to .aspx in HTTPUrlRewriteToInternal function, then urlrewriting works<br />
but the only issue is that is that I am unable to then refer to episerver custom properties on that page.</p>
<p>Could you please let me know if there is a solution for this.</p>
<p>thanks alot,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/comment-page-1/#comment-2723</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 28 Apr 2008 08:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=151#comment-2723</guid>
		<description>Hi,

I am overriding HttpUrlRewriteToInternal function and passing it the url that I need to be passed internally (not to be shown on the address bar)
but for some reason the url on my address bar is getting changed.

Do i need to override some other function as well to avoid this happening.

Could you please help on this.

regards,
Nick</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am overriding HttpUrlRewriteToInternal function and passing it the url that I need to be passed internally (not to be shown on the address bar)<br />
but for some reason the url on my address bar is getting changed.</p>
<p>Do i need to override some other function as well to avoid this happening.</p>
<p>Could you please help on this.</p>
<p>regards,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/comment-page-1/#comment-2722</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 28 Apr 2008 08:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=151#comment-2722</guid>
		<description>Hi,

Could you please provide a code sample for the same 
as I am trying urlrewriting by extending episerver urlrewriting but getting some issues.

Any help will be really appreciated.

Many thanks,
Nick</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you please provide a code sample for the same<br />
as I am trying urlrewriting by extending episerver urlrewriting but getting some issues.</p>
<p>Any help will be really appreciated.</p>
<p>Many thanks,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Haglund</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/comment-page-1/#comment-2721</link>
		<dc:creator>Fredrik Haglund</dc:creator>
		<pubDate>Mon, 21 Apr 2008 15:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=151#comment-2721</guid>
		<description>Hej Martin!
No, it is my own wallet but I needed to learn how it works in detail and why not experiment with your own site? And yes, it is always satisfying when someone read what write about but I do not spend much on it...
/Fredrik</description>
		<content:encoded><![CDATA[<p>Hej Martin!<br />
No, it is my own wallet but I needed to learn how it works in detail and why not experiment with your own site? And yes, it is always satisfying when someone read what write about but I do not spend much on it&#8230;<br />
/Fredrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edenstrom.wordpress.com</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/04/16/how-to-remove-diacritic-marks-from-strings/comment-page-1/#comment-2720</link>
		<dc:creator>edenstrom.wordpress.com</dc:creator>
		<pubDate>Mon, 21 Apr 2008 09:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/?p=151#comment-2720</guid>
		<description>Hi Fredrik, noticed that you had bought AdWords. That&#039;s serious blogging! Any monetary contributions from EPiServer, a gift certificate or is it plain traffic gathering? ;)</description>
		<content:encoded><![CDATA[<p>Hi Fredrik, noticed that you had bought AdWords. That&#8217;s serious blogging! Any monetary contributions from EPiServer, a gift certificate or is it plain traffic gathering? <img src='http://blog.fredrikhaglund.se/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

