Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31131 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78916 invoked by uid 1010); 20 Jul 2007 07:53:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78901 invoked from network); 20 Jul 2007 07:53:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2007 07:53:15 -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:43593] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/81-01593-9E960A64 for ; Fri, 20 Jul 2007 03:53:15 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l6K7r4UE004024; Fri, 20 Jul 2007 09:53:04 +0200 Date: Fri, 20 Jul 2007 09:53:04 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Andi Gutmans cc: Stas Malyshev , Lukas Kahwe Smith , Ilia Alshanetsky , jani.taskinen@iki.fi, internals@lists.php.net In-Reply-To: <698DE66518E7CA45812BD18E807866CE648722@us-ex1.zend.net> 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> <698DE66518E7CA45812BD18E807866CE648722@us-ex1.zend.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: RE: [PHP-DEV] POSIX regex From: derick@php.net (Derick Rethans) On Wed, 18 Jul 2007, Andi Gutmans wrote: > 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. That's what I meant, Unicode is not implied so it doesn't work "by default". Derick