Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31062 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48720 invoked by uid 1010); 18 Jul 2007 18:51:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48702 invoked from network); 18 Jul 2007 18:51:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2007 18:51:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:3202] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/30-44980-0416E964 for ; Wed, 18 Jul 2007 14:51:47 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Jul 2007 11:51:38 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CE648722@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] POSIX regex Thread-Index: AcfJErIFMvs9DeOAQg+nrv9i7OqSmgAWZWDQ 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> To: "Derick Rethans" , "Stas Malyshev" Cc: "Lukas Kahwe Smith" , "Ilia Alshanetsky" , , Subject: RE: [PHP-DEV] POSIX regex From: andi@zend.com ("Andi Gutmans") Functions would work properly with Unicode, but you would explicitly create Unicode strings e.g. u"foobar". This is not uncommon practice and many other languages actually go down this route incl. Python and various versions of C++ frameworks. Andi=20 > -----Original Message----- > From: Derick Rethans [mailto:derick@php.net]=20 > Sent: Wednesday, July 18, 2007 1:07 AM > To: Stas Malyshev > Cc: Lukas Kahwe Smith; Andi Gutmans; Ilia Alshanetsky;=20 > jani.taskinen@iki.fi; internals@lists.php.net > Subject: Re: [PHP-DEV] POSIX regex >=20 > On Tue, 17 Jul 2007, Stanislav Malyshev wrote: >=20 > > > that would actually benefit quite a bit from unicode=20 > support, but I=20 > > > guess you are talking about porting with unicode=3D=3Doff, right? > >=20 > > unicode=3Doff doesn't mean no unicode support, btw. >=20 > Of course that's what it means, as none of the string=20 > functions work properly with unicode if you turn it off. And=20 > that's just the whole selling point of Unicode support. >=20 > Derick >=20