<?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>Abdelkader ELKALDI - Web Application Developer &#187; hotmail utf-8</title>
	<atom:link href="http://updel.com/tag/hotmail-utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://updel.com</link>
	<description>Just another Web Application Developer</description>
	<lastBuildDate>Mon, 23 May 2011 17:49:43 +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>UTF-8 and live.com (hotmail) issue</title>
		<link>http://updel.com/php-mail-utf8/</link>
		<comments>http://updel.com/php-mail-utf8/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 02:54:17 +0000</pubDate>
		<dc:creator>UpDeL</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[function mail() encoding]]></category>
		<category><![CDATA[hotmail utf-8]]></category>
		<category><![CDATA[live.com utf-8]]></category>
		<category><![CDATA[mail() utf-8]]></category>
		<category><![CDATA[php mail utf-8]]></category>

		<guid isPermaLink="false">http://updel.com/?p=243</guid>
		<description><![CDATA[It is necessary to know first of all that: the problems with e-mails sent with UTF8 encoding  is not your, but that of the system of the addressee which does not manage correctly 8 bits,  as case of &#8220;Mail Subject&#8221; in &#8220;LIVE.com&#8221; (hotmail). The solution is encoding the data of the message in MIME base64 [...]]]></description>
			<content:encoded><![CDATA[<p>It is necessary to know first of all that: the problems with e-mails sent with UTF8 encoding  is not your, but that of the system of the addressee which does not manage correctly 8 bits,  as case of &#8220;Mail Subject&#8221; in &#8220;LIVE.com&#8221; (hotmail).</p>
<p>The solution is encoding the data of the message in MIME base64 :</p>
<p>Example :</p>
<pre class="brush: php;">
mail($emailto,&quot;=?UTF-8?B?&quot;.base64_encode($subject).&quot;?=&quot;,$message,$headers);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://updel.com/php-mail-utf8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

