<?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"
	>
<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>
	<pubDate>Wed, 07 Jan 2009 18:26:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Rob Perelman</title>
		<link>http://www.databasesandlife.com/using-utf-8-and-unicode-data-with-perl-mimelite/#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>Thanks for the tip!  I ended up doing this instead for the second example:

use Encode qw(encode);
my $msg = MIME::Lite-&#62;new(
   ...
   Subject =&#62;   encode("MIME-B", $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(&#8221;MIME-B&#8221;, $subj),<br />
   &#8230;<br />
);</p>
<p>Seems a lot simpler.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
