<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>scriptingBlog.com &#187; Remove Letter Accents</title>
	<atom:link href="http://www.scriptingblog.com/tag/remove-letter-accents/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scriptingblog.com</link>
	<description>For those who work online</description>
	<lastBuildDate>Mon, 18 May 2009 04:13:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remove Letter Accents from Text</title>
		<link>http://www.scriptingblog.com/php-and-mysql/remove-letter-accents-from-text/39</link>
		<comments>http://www.scriptingblog.com/php-and-mysql/remove-letter-accents-from-text/39#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:55:08 +0000</pubDate>
		<dc:creator>Ovi</dc:creator>
				<category><![CDATA[PHP and MySQL]]></category>
		<category><![CDATA[Remove Letter Accents]]></category>
		<category><![CDATA[translates accented characters]]></category>

		<guid isPermaLink="false">http://www.scriptingblog.com/?p=39</guid>
		<description><![CDATA[This function will translates all accented characters, from a string, to their non-accented equivalents. Source code: &#60;? function&#160;remove_accents($str)&#160;{  &#160;$str&#160;=&#160;htmlentities($str,&#160;ENT_COMPAT,&#160;"UTF-8");  &#160;$str&#160;=&#160;preg_replace('/&#38;([a-zA-Z])(uml&#124;acute&#124;grave&#124;circ&#124;tilde&#124;cedil&#124;ring);/','$1',$str);  &#160;$from&#160;=&#160;explode("&#160;",&#160;"&#38;#192;&#160;&#38;#193;&#160;&#38;#194;&#160;&#38;#195;&#160;&#38;#196;&#160;&#38;#197;&#160;&#38;#199;&#160;&#38;#200;&#160;&#38;#201;&#160;&#38;#202;&#160;&#38;#203;&#160;&#38;#204;&#160;&#38;#205;&#160;&#38;#206;&#160;&#38;#207;&#160;&#38;#208;&#160;&#38;#209;&#160;&#38;#210;&#160;&#38;#211;&#160;&#38;#212;&#160;&#38;#213;&#160;&#38;#214;&#160;&#38;#217;&#160;&#38;#218;&#160;&#38;#219;&#160;&#38;#220;&#160;&#38;#221;&#160;&#38;#224;&#160;&#38;#225;&#160;&#38;#226;&#160;&#38;#227;&#160;&#38;#228;&#160;&#38;#229;&#160;&#38;#230;&#160;&#38;#231;&#160;&#38;#232;&#160;&#38;#233;&#160;&#38;#234;&#160;&#38;#235;&#160;&#38;#236;&#160;&#38;#237;&#160;&#38;#238;&#160;&#38;#239;&#160;&#38;#240;&#160;&#38;#241;&#160;&#38;#242;&#160;&#38;#243;&#160;&#38;#244;&#160;&#38;#245;&#160;&#38;#246;&#160;&#38;#249;&#160;&#38;#250;&#160;&#38;#251;&#160;&#38;#252;&#160;&#38;#253;&#160;&#38;#255;&#160;&#38;#256;&#160;&#38;#257;&#160;&#38;#258;&#160;&#38;#259;&#160;&#38;#260;&#160;&#38;#261;&#160;&#38;#262;&#160;&#38;#263;&#160;&#38;#264;&#160;&#38;#265;&#160;&#38;#266;&#160;&#38;#267;&#160;&#38;#268;&#160;&#38;#269;&#160;&#38;#270;&#160;&#38;#271;&#160;&#38;#272;&#160;&#38;#273;&#160;&#38;#274;&#160;&#38;#275;&#160;&#38;#276;&#160;&#38;#277;&#160;&#38;#278;&#160;&#38;#279;&#160;&#38;#280;&#160;&#38;#281;&#160;&#38;#282;&#160;&#38;#283;&#160;&#38;#284;&#160;&#38;#285;&#160;&#38;#286;&#160;&#38;#287;&#160;&#38;#288;&#160;&#38;#289;&#160;&#38;#290;&#160;&#38;#291;&#160;&#38;#292;&#160;&#38;#293;&#160;&#38;#294;&#160;&#38;#295;&#160;&#38;#296;&#160;&#38;#297;&#160;&#38;#298;&#160;&#38;#299;&#160;&#38;#300;&#160;&#38;#301;&#160;&#38;#302;&#160;&#38;#303;&#160;&#38;#304;&#160;&#38;#305;&#160;&#38;#308;&#160;&#38;#309;&#160;&#38;#310;&#160;&#38;#311;&#160;&#38;#312;&#160;&#38;#313;&#160;&#38;#314;&#160;&#38;#315;&#160;&#38;#316;&#160;&#38;#317;&#160;&#38;#318;&#160;&#38;#319;&#160;&#38;#320;&#160;&#38;#321;&#160;&#38;#322;&#160;&#38;#323;&#160;&#38;#324;&#160;&#38;#325;&#160;&#38;#326;&#160;&#38;#327;&#160;&#38;#328;&#160;&#38;#329;&#160;&#38;#330;&#160;&#38;#331;&#160;&#38;#332;&#160;&#38;#333;&#160;&#38;#334;&#160;&#38;#335;&#160;&#38;#336;&#160;&#38;#337;&#160;&#38;#340;&#160;&#38;#341;&#160;&#38;#342;&#160;&#38;#343;&#160;&#38;#344;&#160;&#38;#345;&#160;&#38;#346;&#160;&#38;#347;&#160;&#38;#348;&#160;&#38;#349;&#160;&#38;#350;&#160;&#38;#351;&#160;&#38;#352;&#160;&#38;#353;&#160;&#38;#354;&#160;&#38;#355;&#160;&#38;#356;&#160;&#38;#357;&#160;&#38;#360;&#160;&#38;#361;&#160;&#38;#362;&#160;&#38;#363;&#160;&#38;#364;&#160;&#38;#365;&#160;&#38;#366;&#160;&#38;#367;&#160;&#38;#368;&#160;&#38;#369;&#160;&#38;#370;&#160;&#38;#371;&#160;&#38;#372;&#160;&#38;#373;&#160;&#38;#374;&#160;&#38;#375;&#160;&#38;#376;&#160;&#38;#377;&#160;&#38;#378;&#160;&#38;#379;&#160;&#38;#380;&#160;&#38;#381;&#160;&#38;#382;&#160;ă&#160;î&#160;â&#160;ș&#160;ț&#160;Ă&#160;Î&#160;Â&#160;Ș&#160;Ț&#160;Äƒ&#160;Ã®&#160;Ã¢&#160;ÅŸ&#160;Å£&#160;Ä‚&#160;ÃŽ&#160;Ã‚&#160;Åž&#160;Å¢");  &#160;$to&#160;=&#160;explode("&#160;",&#160;"A&#160;A&#160;A&#160;A&#160;A&#160;A&#160;C&#160;E&#160;E&#160;E&#160;E&#160;I&#160;I&#160;I&#160;I&#160;D&#160;N&#160;O&#160;O&#160;O&#160;O&#160;O&#160;U&#160;U&#160;U&#160;U&#160;Y&#160;a&#160;a&#160;a&#160;a&#160;a&#160;a&#160;a&#160;c&#160;e&#160;e&#160;e&#160;e&#160;i&#160;i&#160;i&#160;i&#160;o&#160;n&#160;o&#160;o&#160;o&#160;o&#160;o&#160;u&#160;u&#160;u&#160;u&#160;y&#160;y&#160;A&#160;a&#160;A&#160;a&#160;A&#160;a&#160;C&#160;c&#160;C&#160;c&#160;C&#160;c&#160;C&#160;c&#160;D&#160;d&#160;D&#160;d&#160;E&#160;e&#160;E&#160;e&#160;E&#160;e&#160;E&#160;e&#160;E&#160;e&#160;G&#160;g&#160;G&#160;g&#160;G&#160;g&#160;G&#160;g&#160;G&#160;H&#160;H&#160;h&#160;I&#160;i&#160;I&#160;i&#160;I&#160;i&#160;I&#160;i&#160;I&#160;i&#160;J&#160;j&#160;K&#160;k&#160;k&#160;L&#160;l&#160;L&#160;l&#160;L&#160;l&#160;L&#160;l&#160;L&#160;l&#160;N&#160;n&#160;N&#160;n&#160;N&#160;n&#160;n&#160;N&#160;n&#160;O&#160;o&#160;O&#160;o&#160;O&#160;o&#160;R&#160;r&#160;R&#160;r&#160;R&#160;r&#160;S&#160;s&#160;S&#160;s&#160;S&#160;s&#160;S&#160;s&#160;T&#160;t&#160;T&#160;t&#160;U&#160;u&#160;U&#160;u&#160;U&#160;u&#160;U&#160;u&#160;U&#160;u&#160;U&#160;u&#160;W&#160;w&#160;Y&#160;y&#160;Y&#160;Z&#160;z&#160;Z&#160;z&#160;Z&#160;z&#160;a&#160;i&#160;a&#160;s&#160;t&#160;A&#160;I&#160;A&#160;S&#160;T&#160;a&#160;i&#160;a&#160;s&#160;t&#160;A&#160;I&#160;A&#160;S&#160;T");  &#160;return&#160;str_replace($from,&#160;$to,&#160;html_entity_decode($str)); } ?&#62;]]></description>
		<wfw:commentRss>http://www.scriptingblog.com/php-and-mysql/remove-letter-accents-from-text/39/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
