Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6367 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46458 invoked by uid 1010); 12 Dec 2003 19:26:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46434 invoked from network); 12 Dec 2003 19:26:53 -0000 Received: from unknown (HELO vckyb2.nw.wakwak.com) (211.9.230.145) by pb1.pair.com with SMTP; 12 Dec 2003 19:26:53 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id A978C40107; Sat, 13 Dec 2003 04:26:52 +0900 (JST) Received: from [192.168.0.130] (z152.218-225-128.ppp.wakwak.ne.jp [218.225.128.152]) by at.wakwak.com (8.12.10/8.12.10/2003-09-30) with ESMTP/inet id hBCJQqng069948; Sat, 13 Dec 2003 04:26:52 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: References: <25BBBBC2-2CD2-11D8-8FCC-000A95CE0C62@at.wakwak.com> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <1DA9B1B6-2CD9-11D8-9F07-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: ilia@prohost.org, PHP Internals Date: Sat, 13 Dec 2003 04:26:42 +0900 To: Derick Rethans X-Mailer: Apple Mail (2.606) Subject: Re: [PHP-DEV] Regarding the latest patch on fgetcsv() (stable branch) From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2003/12/13, at 4:13, Derick Rethans wrote: > I think the new behavior is correct, and FYI, Excel's format is "a,b,c" > and not "a, b, c" anyway. I mean the output could be like "a, b, c" with the leading spaces. The old code strips such spaces that are not in enclosures, which I think is somewhat wrong as you say. Moriyoshi