Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27152 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98436 invoked by uid 1010); 20 Dec 2006 18:25:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98421 invoked from network); 20 Dec 2006 18:25:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2006 18:25:11 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:53130] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/49-36977-60089854 for ; Wed, 20 Dec 2006 13:25:11 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id kBKIP8iR012701; Wed, 20 Dec 2006 10:25:08 -0800 In-Reply-To: <013d01c723df$b7a4ab90$0201a8c0@pc1> References: <4582F5B3.3060201@php.net> <99a4c87054f1f6b70f68fe20772496f3@gravitonic.com> <00b801c72314$8ade21c0$0201a8c0@pc1> <013d01c723df$b7a4ab90$0201a8c0@pc1> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <7ccd0b934d6dd1b92d52ff391e236507@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: Date: Wed, 20 Dec 2006 10:25:24 -0800 To: "Matt Wilmas" X-Mailer: Apple Mail (2.624) Subject: Re: [PHP-DEV] Re: Unicode support for *printf() From: andrei@gravitonic.com (Andrei Zmievski) Committed. On Dec 19, 2006, at 6:36 PM, Matt Wilmas wrote: > Hi Andrei, > > Yeah, I see the patch you committed also included the changes that > were made > since my reply yesterday... I've attached a patch that removes a few > lines > that aren't present in the non-Unicode version. > > > Matt > > > ----- Original Message ----- > From: "Andrei Zmievski" > Sent: Tuesday, December 19, 2006 > >> Is this better? >> >> >> -Andrei >> >> On Dec 18, 2006, at 6:22 PM, Matt Wilmas wrote: >> >>> Hi Andrei, >>> >>> Just a couple things I noticed in _appenddouble... In the first >>> switch (), >>> 'F' is being changed to 'f', and in the second switch, 'F' needs to >>> be >>> moved >>> down with 'f'. Those changes were just made in v1.89 of the file. >>> >>> >>> Matt >