Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27661 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5122 invoked by uid 1010); 25 Jan 2007 18:20:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5107 invoked from network); 25 Jan 2007 18:20:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2007 18:20:27 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.225 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.225] ([64.233.162.225:32079] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/97-13597-BE4F8B54 for ; Thu, 25 Jan 2007 13:20:27 -0500 Received: by nz-out-0506.google.com with SMTP id k1so539040nzf for ; Thu, 25 Jan 2007 10:20:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JBdZmauTtieffxPAWOz2sxDolywjTuyIlIZNdHWsmjoSUN5Bq+/kgyjagpi+9zq93NsLIqBx5fJN71bhiMyMTIylc+sMZhxzQ3P1fjUABcO9IuOQ3ATwAOQwmx1qoY0W3nbIVeC3AZNCrz2wCEyZoGogMButaoujeZpf7mpubwA= Received: by 10.65.222.11 with SMTP id z11mr10488289qbq.1169749224825; Thu, 25 Jan 2007 10:20:24 -0800 (PST) Received: by 10.65.241.7 with HTTP; Thu, 25 Jan 2007 10:20:24 -0800 (PST) Message-ID: Date: Thu, 25 Jan 2007 19:20:24 +0100 To: "Andrei Zmievski" Cc: "Ilia Alshanetsky" , "Nuno Lopes" , internals@lists.php.net In-Reply-To: <6b4d01c77cd1c8ca09b68d822bcd1f15@gravitonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0F741213-BCA4-4923-A83A-3E4E9C561DAE@prohost.org> <45B8B2E5.4010204@zend.com> <40869.195.22.180.233.1169733866.squirrel@avilys.eik.lt> <3ED37F9A-9BC8-4BBA-BB85-77BB0B188074@prohost.org> <000b01c74090$60bce950$0100a8c0@pc07653> <017A7F13-255C-4C7E-B22F-7481CCE07BAB@prohost.org> <000a01c74093$b03dd180$0100a8c0@pc07653> <0EFF1969-038A-4F67-872C-674B99E75009@prohost.org> <6b4d01c77cd1c8ca09b68d822bcd1f15@gravitonic.com> Subject: Re: [PHP-DEV] Re: PHP 5.2.1RC3 Released From: pierre.php@gmail.com (Pierre) On 1/25/07, Andrei Zmievski wrote: > Because with UTF-8, PCRE already knows the uppercase and lowercase > equivalents, without having to rely on the POSIX locales. Yes, UTF-8 covers many aspects but does it know about words, white spaces (not sure if ws are always the same) and other locale specific issues? generally, not only pcre. Maybe it is more something for ICU directly, as you said later in this thread. --Pierre