Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6391 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86830 invoked by uid 1010); 13 Dec 2003 01:11:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86806 invoked from network); 13 Dec 2003 01:11:37 -0000 Received: from unknown (HELO vckyb2.nw.wakwak.com) (211.9.230.145) by pb1.pair.com with SMTP; 13 Dec 2003 01:11:37 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id 9756940127; Sat, 13 Dec 2003 10:11:36 +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 hBD1Bang013762; Sat, 13 Dec 2003 10:11:36 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <200312122013.30113.ilia@prohost.org> References: <25BBBBC2-2CD2-11D8-8FCC-000A95CE0C62@at.wakwak.com> <200312121947.01721.ilia@prohost.org> <200312122013.30113.ilia@prohost.org> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <466A1C42-2D09-11D8-9A2A-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Sat, 13 Dec 2003 10:11:26 +0900 To: ilia@prohost.org 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:13, Ilia Alshanetsky wrote: > It also seems to me that if you are going to be multibyte inputs you'd > have > either iconv or mbstring extension enabled. Which input? If you are talking about form inputs, we rarely need the functionality (mbstring.encoding_conversion). That is needed when the encoding in which a script is written and the one the form uses to submit to the script. Such situation might look weird to you, but it happens in case the output of the script is automagically translated by mb_output_handler(). Please take a look at the relevant documentations. Moriyoshi