Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6392 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93012 invoked by uid 1010); 13 Dec 2003 01:15:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92961 invoked from network); 13 Dec 2003 01:15:31 -0000 Received: from unknown (HELO vckyb4.nw.wakwak.com) (211.9.231.145) by pb1.pair.com with SMTP; 13 Dec 2003 01:15:31 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb4.nw.wakwak.com (Postfix) with ESMTP id 5D5F03FF2E; Sat, 13 Dec 2003 10:15:30 +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 hBD1FUng014439; Sat, 13 Dec 2003 10:15:30 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <466A1C42-2D09-11D8-9A2A-000A95CE0C62@at.wakwak.com> References: <25BBBBC2-2CD2-11D8-8FCC-000A95CE0C62@at.wakwak.com> <200312121947.01721.ilia@prohost.org> <200312122013.30113.ilia@prohost.org> <466A1C42-2D09-11D8-9A2A-000A95CE0C62@at.wakwak.com> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: ilia@prohost.org, internals@lists.php.net Date: Sat, 13 Dec 2003 10:15:20 +0900 To: Moriyoshi Koizumi X-Mailer: Apple Mail (2.606) Subject: Re: [PHP-DEV] Re: Regarding the latest patch on fgetcsv() (stable branch) From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2003/12/13, at 10:11, Moriyoshi Koizumi wrote: > That is needed when the encoding in which a script is written and > the one the form uses to submit to the script. A few more words were missing: That is needed when the encoding in which a script is written and the one the form uses to submit to the script are different. Moriyoshi