Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2170 invoked by uid 1010); 18 Jul 2007 08:07:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2155 invoked from network); 18 Jul 2007 08:07:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2007 08:07:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.5 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.6 Received: from [82.94.239.5] ([82.94.239.5:52016] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/F1-18661-52ACD964 for ; Wed, 18 Jul 2007 04:07:02 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l6I86qPG003924; Wed, 18 Jul 2007 10:06:53 +0200 Date: Wed, 18 Jul 2007 10:06:53 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Stanislav Malyshev cc: Lukas Kahwe Smith , Andi Gutmans , Ilia Alshanetsky , jani.taskinen@iki.fi, internals@lists.php.net In-Reply-To: <469CE8CE.5080208@zend.com> Message-ID: References: <698DE66518E7CA45812BD18E807866CE648191@us-ex1.zend.net> <54C4340A-D9EA-4B5A-B39C-B55B29B1B3BC@prohost.org> <698DE66518E7CA45812BD18E807866CE648193@us-ex1.zend.net> <469B7FB1.1070507@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE648290@us-ex1.zend.net> <469C6436.2060009@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE6483DF@us-ex1.zend.net> <469CD717.2070607@pooteeweet.org> <469CE8CE.5080208@zend.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] POSIX regex From: derick@php.net (Derick Rethans) On Tue, 17 Jul 2007, Stanislav Malyshev wrote: > > that would actually benefit quite a bit from unicode support, but I guess > > you are talking about porting with unicode==off, right? > > unicode=off doesn't mean no unicode support, btw. Of course that's what it means, as none of the string functions work properly with unicode if you turn it off. And that's just the whole selling point of Unicode support. Derick