Re: [CentOS] UTF-8 support in PCRE

2008-07-10 Thread Kai Schaetzl
Amitava Shee wrote on Wed, 9 Jul 2008 13:27:35 -0400: PCRE in CentOS does not have unicode properties enabled. But that's different from what you claimed earlier! Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com

Re: [CentOS] UTF-8 support in PCRE

2008-07-10 Thread Ralph Angenendt
Amitava Shee wrote: The issue is in CentOS 5. I ran the application successfully in Ubuntu 8.04. PCRE in CentOS does not have unicode properties enabled. So it's not utf-8 support which is missing. Is there a way to enable these options (without the usual ./configure make)? Rebuild the

Re: [CentOS] UTF-8 support in PCRE

2008-07-09 Thread Amitava Shee
The issue is in CentOS 5. I ran the application successfully in Ubuntu 8.04. PCRE in CentOS does not have unicode properties enabled. Please see pcretest -C outputs from CentOS and Ubuntu CentOS 5 === [EMAIL PROTECTED] pcretest -C PCRE version 6.6 06-Feb-2006 Compiled with UTF-8 support

Re: [CentOS] UTF-8 support in PCRE

2008-07-08 Thread Ralph Angenendt
Amitava Shee wrote: Yes, building from source will work. I just want to know if there is a package (in some yum repository) somewhere so that updates, patches etc. gets applied with yum update. It would be nice to do something like yum install pcre-utf8 Again - and I'm going to type this

Re: [CentOS] UTF-8 support in PCRE

2008-07-08 Thread Jim Perrin
On Tue, Jul 8, 2008 at 6:44 AM, Ralph Angenendt [EMAIL PROTECTED] wrote: Okay kids, for those following along I'd like to take a moment to sum this thread up so far No it isn't Yes it is No it isn't Yes it is No it isn't Yes it is. Thank you. This has been a brief email summary. You may not

Re: [CentOS] UTF-8 support in PCRE

2008-07-08 Thread Matt Hyclak
On Tue, Jul 08, 2008 at 08:23:59AM -0400, Jim Perrin enlightened us: Okay kids, for those following along I'd like to take a moment to sum this thread up so far No it isn't Yes it is No it isn't Yes it is No it isn't Yes it is. Thank you. This has been a brief email summary. You may

Re: [CentOS] UTF-8 support in PCRE

2008-07-08 Thread Kai Schaetzl
Matt Hyclak wrote on Tue, 8 Jul 2008 08:59:51 -0400: What should I do instead, if I can't return to insanity? go forward to it! Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com ___ CentOS

Re: [CentOS] UTF-8 support in PCRE

2008-07-08 Thread William L. Maltby
I tried to resist, but ... On Tue, 2008-07-08 at 18:31 +0200, Kai Schaetzl wrote: Matt Hyclak wrote on Tue, 8 Jul 2008 08:59:51 -0400: What should I do instead, if I can't return to insanity? What convinces you that you ever left it? Insane folks don't know they're insane. go forward to

Re: [CentOS] UTF-8 support in PCRE

2008-07-08 Thread MHR
On Tue, Jul 8, 2008 at 5:23 AM, Jim Perrin [EMAIL PROTECTED] wrote: Okay kids, for those following along I'd like to take a moment to sum this thread up so far No it isn't Yes it is No it isn't Yes it is No it isn't Yes it is. Thank you. This has been a brief email summary. You may not

Re: [CentOS] UTF-8 support in PCRE

2008-07-08 Thread MHR
On Tue, Jul 8, 2008 at 9:44 AM, William L. Maltby [EMAIL PROTECTED] wrote: On Tue, 2008-07-08 at 18:31 +0200, Kai Schaetzl wrote: Matt Hyclak wrote on Tue, 8 Jul 2008 08:59:51 -0400: What should I do instead, if I can't return to insanity? What convinces you that you ever left it? Insane

Re: [CentOS] UTF-8 support in PCRE

2008-07-07 Thread Amitava Shee
Please see my reply inline below On Fri, Jul 4, 2008 at 5:29 AM, Ralph Angenendt [EMAIL PROTECTED][EMAIL PROTECTED] wrote: Amitava Shee wrote: How do I get utf-8 support with PCRE? I am having problems building lucene index using Zend_Lucene. I get the following error PHP Notice:

Re: [CentOS] UTF-8 support in PCRE

2008-07-07 Thread Ralph Angenendt
Amitava Shee wrote: On Fri, Jul 4, 2008 at 5:29 AM, Ralph Angenendt [EMAIL PROTECTED][EMAIL PROTECTED] wrote: Amitava Shee wrote: How do I get utf-8 support with PCRE? a) What does that have to do with pcre? (which can do UTF-8) [Shee] Zend lucene search engine uses pcre and

Re: [CentOS] UTF-8 support in PCRE

2008-07-07 Thread Amitava Shee
Yes, building from source will work. I just want to know if there is a package (in some yum repository) somewhere so that updates, patches etc. gets applied with yum update. It would be nice to do something like yum install pcre-utf8 -Amitava On Mon, Jul 7, 2008 at 8:54 AM, Ralph Angenendt

Re: [CentOS] UTF-8 support in PCRE

2008-07-07 Thread Jim Perrin
On Mon, Jul 7, 2008 at 10:36 AM, Amitava Shee [EMAIL PROTECTED] wrote: Yes, building from source will work. I just want to know if there is a package (in some yum repository) somewhere so that updates, patches etc. gets applied with yum update. It would be nice to do something like yum

Re: [CentOS] UTF-8 support in PCRE

2008-07-07 Thread Amitava Shee
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 ?php if (@preg_match('/\pL/u', 'a') == 1) { echo PCRE unicode support is turned on.\n; } else { echo PCRE unicode support is turned off.\n; }

Re: [CentOS] UTF-8 support in PCRE

2008-07-07 Thread MHR
Please stop top posting. Thank you. mhr ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] UTF-8 support in PCRE

2008-07-07 Thread nate
sure thing g MHR wrote: Please stop top posting. Thank you. mhr ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] UTF-8 support in PCRE

2008-07-04 Thread Ralph Angenendt
Amitava Shee wrote: How do I get utf-8 support with PCRE? I am having problems building lucene index using Zend_Lucene. I get the following error PHP Notice: iconv(): Detected an illegal character in input string in