My error log with iconv is misleading. Please ignore that portion and instead use this little php script to check for utf-8 support in pcre<br><br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<?php<br>if (@preg_match('/\pL/u', 'a') == 1) {<br>    echo "PCRE unicode support is turned on.\n";<br>} else {<br>    echo "PCRE unicode support is turned off.\n";<br>}<br><br>?><br>
</blockquote><br>Also, please check out this thread (lack of pcre utf8 support in RHEL).<br><br><a href="http://marc.info/?l=php-i18n&m=118303425505336&w=2">http://marc.info/?l=php-i18n&m=118303425505336&w=2</a><br>
<br>-Amitava<br><br><br><div class="gmail_quote">On Mon, Jul 7, 2008 at 10:45 AM, Jim Perrin <<a href="mailto:jperrin@gmail.com">jperrin@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Mon, Jul 7, 2008 at 10:36 AM, Amitava Shee <<a href="mailto:amitava.shee@gmail.com">amitava.shee@gmail.com</a>> wrote:<br>
> Yes, building from source will work. I just want to know if there is a<br>
> package (in some yum repository) somewhere so that updates, patches etc.<br>
> gets applied with "yum update". It would be nice to do something like<br>
><br>
> yum install pcre-utf8<br>
<br>
</div>Okay, there's a disconnect, somewhere which you aren't getting.<br>
<br>
The pcre package included in centos does UTF8 just fine. The problem<br>
you are seeing is related to another package. You need to look at the<br>
script to see what iconv (where the problem actually is) is having<br>
problems with.<br>
<font color="#888888"><br>
--<br>
During times of universal deceit, telling the truth becomes a revolutionary act.<br>
George Orwell<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br>