<?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: Unicode Support on CentOS 5.2 with PHP and PCRE</title>
	<atom:link href="http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/feed/" rel="self" type="application/rss+xml" />
	<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/</link>
	<description>Linux, WordPress, programming, anime, and other stuff</description>
	<lastBuildDate>Fri, 05 Feb 2010 15:38:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gaarai</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1244</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Fri, 11 Sep 2009 03:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1244</guid>
		<description>I learn something new every day. I didn&#039;t realize that you could run RPM using a URL.

Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>I learn something new every day. I didn&#8217;t realize that you could run RPM using a URL.</p>
<p>Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1240</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 10 Sep 2009 05:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1240</guid>
		<description>Thank you!  Worked perfectly in one step:
rpm -Uvh http://gaarai.com/wp-content/uploads/2009/01/pcre-66-27x86_64.rpm</description>
		<content:encoded><![CDATA[<p>Thank you!  Worked perfectly in one step:<br />
rpm -Uvh <a href="http://gaarai.com/wp-content/uploads/2009/01/pcre-66-27x86_64.rpm" rel="nofollow">http://gaarai.com/wp-content/uploads/2009/01/pcre-66-27&#215;86_64.rpm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1234</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1234</guid>
		<description>I&#039;m glad that it worked for you Jaap.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad that it worked for you Jaap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap Reitsma</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1228</link>
		<dc:creator>Jaap Reitsma</dc:creator>
		<pubDate>Fri, 04 Sep 2009 21:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1228</guid>
		<description>Thank you very much for your detailed explanation. I am running RHEL5 x86_64 but not an expert at all in this kind of thing. It worked out very well.

Best regards,

Jaap</description>
		<content:encoded><![CDATA[<p>Thank you very much for your detailed explanation. I am running RHEL5 x86_64 but not an expert at all in this kind of thing. It worked out very well.</p>
<p>Best regards,</p>
<p>Jaap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1191</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Thu, 13 Aug 2009 02:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1191</guid>
		<description>Thanks Chris. I&#039;m adding your RPM to the post.</description>
		<content:encoded><![CDATA[<p>Thanks Chris. I&#8217;m adding your RPM to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1187</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 10 Aug 2009 19:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1187</guid>
		<description>Thanks, worked for me as well.  

I&#039;m running CentOS 4.7 so I had to track down the source RPM&#039;s.  Was able to thanks to Alan Dixon&#039;s post here: http://homeofficekernel.blogspot.com/2009/01/centos4-and-civicrm-21.html

I know there are a number of folks out there still running CentOS 4 - I&#039;d be happy to send you my 4.7 compatible rebuilt rpm&#039;s to post, if you&#039;d like.  Just shoot me an email.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks, worked for me as well.  </p>
<p>I&#8217;m running CentOS 4.7 so I had to track down the source RPM&#8217;s.  Was able to thanks to Alan Dixon&#8217;s post here: <a href="http://homeofficekernel.blogspot.com/2009/01/centos4-and-civicrm-21.html" rel="nofollow">http://homeofficekernel.blogspot.com/2009/01/centos4-and-civicrm-21.html</a></p>
<p>I know there are a number of folks out there still running CentOS 4 &#8211; I&#8217;d be happy to send you my 4.7 compatible rebuilt rpm&#8217;s to post, if you&#8217;d like.  Just shoot me an email.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1145</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Wed, 05 Aug 2009 15:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1145</guid>
		<description>I&#039;m glad that it was helpful to you Robin. Thanks for the i386 version. I&#039;ll add it to the post.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad that it was helpful to you Robin. Thanks for the i386 version. I&#8217;ll add it to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Corps</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1144</link>
		<dc:creator>Robin Corps</dc:creator>
		<pubDate>Wed, 05 Aug 2009 15:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1144</guid>
		<description>Thank you SO VERY MUCH for this guide. I would be completely stuck without it.

I&#039;ve uploaded a compiled version for Centos 5.2 on i386 which can be found here:

http://www.ngse.co.uk/pcre-6.6-2.7.i386.rpm

Not sure if you want to host/add this to the article downloads at all.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you SO VERY MUCH for this guide. I would be completely stuck without it.</p>
<p>I&#8217;ve uploaded a compiled version for Centos 5.2 on i386 which can be found here:</p>
<p><a href="http://www.ngse.co.uk/pcre-6.6-2.7.i386.rpm" rel="nofollow">http://www.ngse.co.uk/pcre-6.6-2.7.i386.rpm</a></p>
<p>Not sure if you want to host/add this to the article downloads at all.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: can pcre compiled with utf-8 in easyapache? - cPanel Forums</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1096</link>
		<dc:creator>can pcre compiled with utf-8 in easyapache? - cPanel Forums</dc:creator>
		<pubDate>Sat, 18 Jul 2009 11:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1096</guid>
		<description>[...] I find the way to slove the problem this might be useful  Unicode Support on CentOS 5.2 with PHP and PCRE &#124; gaarai.com [...]</description>
		<content:encoded><![CDATA[<p>[...] I find the way to slove the problem this might be useful  Unicode Support on CentOS 5.2 with PHP and PCRE | gaarai.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsank</title>
		<link>http://gaarai.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/comment-page-1/#comment-1094</link>
		<dc:creator>jsank</dc:creator>
		<pubDate>Fri, 17 Jul 2009 20:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=820#comment-1094</guid>
		<description>Thank you!  I am far from an expert on cmd line but i was able to get through this successfully - thanks for taking the time to put it together-</description>
		<content:encoded><![CDATA[<p>Thank you!  I am far from an expert on cmd line but i was able to get through this successfully &#8211; thanks for taking the time to put it together-</p>
]]></content:encoded>
	</item>
</channel>
</rss>
