The issue is in CentOS 5. I ran the application successfully in Ubuntu 8.04. <br><br>PCRE in CentOS does not have "unicode properties" enabled. Please see pcretest -C outputs from CentOS and Ubuntu<br><br>CentOS 5<br>
=======<br>[ashee@foobar]$ pcretest -C<br>PCRE version 6.6 06-Feb-2006<br>Compiled with<br>  UTF-8 support<br>  <span style="color: rgb(204, 0, 0);">No Unicode properties support</span><br>  Newline character is LF<br>  Internal link size = 2<br>
  POSIX malloc threshold = 10<br>  Default match limit = 10000000<br>  Default recursion depth limit = 10000000<br>  Match recursion uses stack<br><br>Ubuntu<br>=====<br>ashee@ubuntu:~$ pcretest -C<br>PCRE version 7.4 2007-09-21<br>
Compiled with<br>  UTF-8 support<br>  <span style="color: rgb(204, 0, 0);">Unicode properties support</span><br>  <span style="color: rgb(0, 0, 0);">Newline sequence is LF</span><br>  <span style="color: rgb(204, 0, 0);">\R matches all Unicode newlines</span><br>
  Internal link size = 2<br>  POSIX malloc threshold = 10<br>  Default match limit = 10000000<br>  Default recursion depth limit = 10000000<br>  Match recursion uses stack<br><br>Is there a way to enable these options (without the usual ./configure make)?<br>
<br>-Amitava<br><br><br><div class="gmail_quote">On Tue, Jul 8, 2008 at 6:44 AM, Ralph Angenendt <<a href="mailto:ra%2Bcentos@br-online.de" target="_blank">ra+centos@br-online.de</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>Amitava Shee 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>Again - and I'm going to type this very slowly: The supplied pcre which<br>
is *IN* CentOS *IS* built with UTF-8 support.<br>
<br>
And: Your problem has *nothing* to do with pcre, your problem lies<br>
*within* the iconv library.<br>
<font color="#888888"><br>
Ralph<br>
</font><br>_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org" target="_blank">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>
<br></blockquote></div><br>