On Tue, Jul 8, 2008 at 6:44 AM, Ralph Angenendt <ra+centos@br-online.de> 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 return to
your regularly scheduled insanity.
--
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-08-2008, 12:59 PM
Matt Hyclak
UTF-8 support in PCRE
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 not return to
> your regularly scheduled insanity.
What should I do instead, if I can't return to insanity?
Matt
--
Matt Hyclak
Systems and Operations
Office of Information Technology
Ohio University
(740) 593-1222
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-08-2008, 04:31 PM
Kai Schaetzl
UTF-8 support in PCRE
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 mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-08-2008, 04:44 PM
"William L. Maltby"
UTF-8 support in PCRE
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 it!
>
> Kai
>
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-08-2008, 05:42 PM
MHR
UTF-8 support in PCRE
On Tue, Jul 8, 2008 at 5:23 AM, Jim Perrin <jperrin@gmail.com> 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 return to
> your regularly scheduled insanity.
>
We may NOT??? I happen to LIKE my regularly scheduled insanity - I
need reality breaks from time to time. Gee, Jim, you really are a big
meanie....
;^)
mhr
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-08-2008, 05:44 PM
MHR
UTF-8 support in PCRE
On Tue, Jul 8, 2008 at 9:44 AM, William L. Maltby
<CentOS4Bill@triad.rr.com> 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 folks don't know
> they're insane.
>
Oh, yes, we do - that's the difference between us and sane folks.
Sane folks don't know that they are sane....
CNR.
mhr
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-09-2008, 05:27 PM
"Amitava Shee"
UTF-8 support in PCRE
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
=======
[ashee@foobar]$ pcretest -C
PCRE version 6.6 06-Feb-2006
Compiled with
* UTF-8 support
* No Unicode properties support
* Newline character is LF
* Internal link size = 2
Ubuntu
=====
ashee@ubuntu:~$ pcretest -C
PCRE version 7.4 2007-09-21
Compiled with
* UTF-8 support
* Unicode properties support
* Newline sequence is LF
* R matches all Unicode newlines
* Internal link size = 2
* POSIX malloc threshold = 10
* Default match limit = 10000000
* Default recursion depth limit = 10000000
* Match recursion uses stack
Is there a way to enable these options (without the usual ./configure make)?
-Amitava
On Tue, Jul 8, 2008 at 6:44 AM, Ralph Angenendt <ra+centos@br-online.de> wrote:
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 very slowly: The supplied pcre which
is *IN* CentOS *IS* built with UTF-8 support.
And: Your problem has *nothing* to do with pcre, your problem lies
*within* the iconv library.
Ralph
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-10-2008, 02:31 PM
Kai Schaetzl
UTF-8 support in PCRE
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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-10-2008, 03:01 PM
Ralph Angenendt
UTF-8 support in PCRE
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 src.rpm with the correct features enabled and/or file a bug
upstream at <http://bugzilla.redhat.com/>.
Ralph
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos