Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6436 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87417 invoked by uid 1010); 13 Dec 2003 23:17:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87249 invoked from network); 13 Dec 2003 23:17:13 -0000 Received: from unknown (HELO asuka.nerv) (24.112.18.98) by pb1.pair.com with SMTP; 13 Dec 2003 23:17:13 -0000 Received: (qmail 14661 invoked from network); 13 Dec 2003 18:12:25 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 13 Dec 2003 18:12:25 -0000 Reply-To: ilia@prohost.org Organization: Prohost.org To: Moriyoshi Koizumi , PHP Internals Date: Sat, 13 Dec 2003 18:28:38 -0500 User-Agent: KMail/1.5.4 References: <25BBBBC2-2CD2-11D8-8FCC-000A95CE0C62@at.wakwak.com> <200312131733.57805.ilia@prohost.org> <08B5D122-2DBF-11D8-B836-000A95CE0C62@at.wakwak.com> In-Reply-To: <08B5D122-2DBF-11D8-B836-000A95CE0C62@at.wakwak.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200312131828.38053.ilia@prohost.org> Subject: Re: [PHP-DEV] Re: Regarding the latest patch on fgetcsv() (stable branch) From: ilia@prohost.org (Ilia Alshanetsky) On December 13, 2003 05:52 pm, Moriyoshi Koizumi wrote: > I haven't denied it. That said, multibyte facility is not so fancy > as XML, but quite essential so as to enable most applications to work > well under every environment. Bullshit. Only application that need to support multibyte strings need the multibyte facility. > Let's stop doing such a stupid thing any more. As I pointed out already, > having different versions for each function doesn't solve problems at > all. It sure does, those who need to slower (multibyte) version use that and those who don't use the standard version which works nice and fast for non-multibyte strings. Ilia