<?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>Jens Olsson &#187; strtoupper</title>
	<atom:link href="http://jens.yelles.se/tag/strtoupper/feed/" rel="self" type="application/rss+xml" />
	<link>http://jens.yelles.se</link>
	<description>My Underground Development</description>
	<lastBuildDate>Tue, 16 Aug 2011 09:27:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Strtoupper Å Ä Ö fix UTF-8</title>
		<link>http://jens.yelles.se/2010/03/18/strtoupper-a-a-o-fix-utf-8/</link>
		<comments>http://jens.yelles.se/2010/03/18/strtoupper-a-a-o-fix-utf-8/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 20:18:15 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[mb_stroupper]]></category>
		<category><![CDATA[strtoupper]]></category>
		<category><![CDATA[str_replace]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=204</guid>
		<description><![CDATA[As you might know the Stroupper dont work with special chars like Å Ä Ö. Also its not working to do str_replace sice Å Ä Ö is not supported there. But there is a way to do this easy with mb_stroupper and use UTF-8, see my example: $string = &#8220;åäö&#8221;; $string=mb_strtoupper($string, &#8220;utf-8&#8243;); echo $string; Enjoy! [...]]]></description>
			<content:encoded><![CDATA[<p>As you might know the <strong>Stroupper </strong>dont work with special chars like <strong>Å Ä Ö</strong>. Also its not working to do <strong>str_replace</strong> sice Å Ä Ö is not supported there. But there is a way to do this easy with mb_stroupper and use UTF-8, see my example:</p>
<blockquote><p>$string = &#8220;åäö&#8221;;</p>
<p>$string=mb_strtoupper($string, &#8220;utf-8&#8243;);</p>
<p>echo $string;</p></blockquote>
<p>Enjoy!</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">$string=mb_strtoupper($string, &#8220;utf-8&#8243;);</div>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2010/03/18/strtoupper-a-a-o-fix-utf-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

