Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7384 invoked by uid 1010); 19 Dec 2006 02:23:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7369 invoked from network); 19 Dec 2006 02:23:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2006 02:23:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.142.136.132 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.142.136.132 msa2-mx.centurytel.net Linux 2.4/2.6 Received: from [209.142.136.132] ([209.142.136.132:47804] helo=msa2-mx.centurytel.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/24-14401-CEC47854 for ; Mon, 18 Dec 2006 21:23:11 -0500 Received: from pc1 (207-119-219-81.dyn.centurytel.net [207.119.219.81]) by msa2-mx.centurytel.net (8.13.6/8.13.6) with SMTP id kBJ2MWhZ002612; Mon, 18 Dec 2006 20:22:32 -0600 Message-ID: <00b801c72314$8ade21c0$0201a8c0@pc1> To: , "Andrei Zmievski" References: <4582F5B3.3060201@php.net> <99a4c87054f1f6b70f68fe20772496f3@gravitonic.com> Date: Mon, 18 Dec 2006 20:22:33 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Subject: Re: [PHP-DEV] Re: Unicode support for *printf() From: php_lists@realplain.com ("Matt Wilmas") 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 ----- Original Message ----- From: "Andrei Zmievski" Sent: Monday, December 18, 2006 > The update patch is attached. If there are no objections, I'd like to > commit. > > -Andrei