<?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: Using UTF-8 and Unicode data with Perl MIME::Lite</title>
	<atom:link href="http://www.databasesandlife.com/using-utf-8-and-unicode-data-with-perl-mimelite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.databasesandlife.com/using-utf-8-and-unicode-data-with-perl-mimelite/</link>
	<description>Adrian Smith's blog</description>
	<lastBuildDate>Tue, 18 Jun 2013 17:42:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.databasesandlife.com/using-utf-8-and-unicode-data-with-perl-mimelite/comment-page-1/#comment-36182</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 16 Feb 2011 03:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.databasesandlife.com/?p=254#comment-36182</guid>
		<description><![CDATA[THANK YOU! I have been trying to make my code work for ages ! Really thankful for stopping my white hear growing out :D]]></description>
		<content:encoded><![CDATA[<p>THANK YOU! I have been trying to make my code work for ages ! Really thankful for stopping my white hear growing out :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Perelman</title>
		<link>http://www.databasesandlife.com/using-utf-8-and-unicode-data-with-perl-mimelite/comment-page-1/#comment-1496</link>
		<dc:creator>Rob Perelman</dc:creator>
		<pubDate>Sun, 09 Nov 2008 03:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.databasesandlife.com/?p=254#comment-1496</guid>
		<description><![CDATA[Thanks for the tip!  I ended up doing this instead for the second example:

use Encode qw(encode);
my $msg = MIME::Lite-&gt;new(
   ...
   Subject =&gt;   encode(&quot;MIME-B&quot;, $subj),
   ...
);

Seems a lot simpler.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tip!  I ended up doing this instead for the second example:</p>
<p>use Encode qw(encode);<br />
my $msg = MIME::Lite-&gt;new(<br />
   &#8230;<br />
   Subject =&gt;   encode(&#8220;MIME-B&#8221;, $subj),<br />
   &#8230;<br />
);</p>
<p>Seems a lot simpler.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
