Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39454 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12878 invoked from network); 30 Jul 2008 07:24:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2008 07:24:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:39493] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/19-60483-22710984 for ; Wed, 30 Jul 2008 03:24:19 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id CF1E21EBC012; Wed, 30 Jul 2008 07:24:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ff9VyJvNjHu9; Wed, 30 Jul 2008 09:24:45 +0200 (CEST) Received: from [192.168.0.151] (77-57-23-243.dclient.hispeed.ch [77.57.23.243]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 7DF4E4144006; Wed, 30 Jul 2008 09:24:45 +0200 (CEST) Cc: internals@lists.php.net Message-ID: To: Andrew Mason In-Reply-To: <99cd336d0807291822h3951d14bp5e5916b71160965f@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Wed, 30 Jul 2008 09:22:34 +0200 References: <99cd336d0807291822h3951d14bp5e5916b71160965f@mail.gmail.com> X-Mailer: Apple Mail (2.928.1) Subject: Re: [PHP-DEV] Normalizer Class From: mls@pooteeweet.org (Lukas Kahwe Smith) On 30.07.2008, at 03:22, Andrew Mason wrote: > Hi people, > Just wondering if anyone can tell me when the Normalizer class is > slated for inclusion or if it hasn't been decided yet. > > http://au2.php.net/manual/en/class.normalizer.php > > Just trying to work out if i should wait or if i should write my own / > use another The entire intl extension is already ready in the 5.3 branch. So you can test it out from CVS today! regards, Lukas Kahwe Smith mls@pooteeweet.org