<?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>Biznet Infoservices Ltd - Blog &#187; utf8</title>
	<atom:link href="http://blog.biznet.gr/tag/utf8/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.biznet.gr</link>
	<description>Some useful tips, tutorials, articles about web related services</description>
	<lastBuildDate>Mon, 05 Dec 2011 07:28:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PhpList 2.10.10 Greek Support UTF-8</title>
		<link>http://blog.biznet.gr/2010/03/16/phplist-2-10-10-greek-support-utf-8/</link>
		<comments>http://blog.biznet.gr/2010/03/16/phplist-2-10-10-greek-support-utf-8/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 11:22:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[greek]]></category>
		<category><![CDATA[iso8859-7]]></category>
		<category><![CDATA[phplist]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://blog.biznet.gr/?p=60</guid>
		<description><![CDATA[Well this is how you can set up a greek phplist installation to send greek newsletters:

First of all open texts/greek.inc and change the $strCharSet  to  &#8216;utf-8&#8242;;
Then save the file as UTF-8 nobom
Open admin/send_core.php and find the lines
line 1034 change .htmlentities(iconv(&#8217;ISO-8859-1&#8242;,&#8217;UTF-8&#8242;,$subject),ENT_QUOTES,&#8217;UTF-8&#8242;) to .htmlentities($subject,ENT_QUOTES,&#8217;UTF-8&#8242;)
Line 1040 change htmlentities(iconv(&#8217;ISO-8859-1&#8242;,&#8217;UTF-8&#8242;,$from),ENT_QUOTES,&#8217;UTF-8&#8242;) to htmlentities($from,ENT_QUOTES,&#8217;UTF-8&#8242;)

That&#8217;s it all done your emails will be saved [...]]]></description>
			<content:encoded><![CDATA[<p>Well this is how you can set up a greek phplist installation to send greek newsletters:</p>
<ol>
<li>First of all open texts/greek.inc and change the $strCharSet  to  &#8216;utf-8&#8242;;</li>
<li>Then save the file as UTF-8 nobom</li>
<li>Open admin/send_core.php and find the lines</li>
<li>line 1034 change .htmlentities(iconv(&#8217;ISO-8859-1&#8242;,&#8217;UTF-8&#8242;,$subject),ENT_QUOTES,&#8217;UTF-8&#8242;) to .htmlentities($subject,ENT_QUOTES,&#8217;UTF-8&#8242;)</li>
<li>Line 1040 change htmlentities(iconv(&#8217;ISO-8859-1&#8242;,&#8217;UTF-8&#8242;,$from),ENT_QUOTES,&#8217;UTF-8&#8242;) to htmlentities($from,ENT_QUOTES,&#8217;UTF-8&#8242;)</li>
</ol>
<p>That&#8217;s it all done your emails will be saved and send with the correct character set. Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.biznet.gr/2010/03/16/phplist-2-10-10-greek-support-utf-8/feed/</wfw:commentRss>
		<slash:comments>350</slash:comments>
		</item>
	</channel>
</rss>

