Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6387 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40934 invoked by uid 1010); 13 Dec 2003 00:45:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40848 invoked from network); 13 Dec 2003 00:45:27 -0000 Received: from unknown (HELO asuka.nerv) (24.112.18.98) by pb1.pair.com with SMTP; 13 Dec 2003 00:45:27 -0000 Received: (qmail 6513 invoked from network); 12 Dec 2003 19:40:38 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 12 Dec 2003 19:40:38 -0000 Reply-To: ilia@prohost.org Organization: Prohost.org To: Moriyoshi Koizumi , PHP Internals Date: Fri, 12 Dec 2003 19:56:43 -0500 User-Agent: KMail/1.5.4 References: <25BBBBC2-2CD2-11D8-8FCC-000A95CE0C62@at.wakwak.com> <200312121509.19291.ilia@prohost.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200312121956.43562.ilia@prohost.org> Subject: Re: [PHP-DEV] Re: Regarding the latest patch on fgetcsv() (stable branch) From: ilia@prohost.org (Ilia Alshanetsky) On December 12, 2003 03:15 pm, Moriyoshi Koizumi wrote: > If we limited the support to UTF-8 or EUC encoding only, we'd be > able to drastically gain much better performance. But it won't > actually solve practical problems where it is in action. Could iconv stream filters be used to convert various encoding (if needed) to UTF-8 thus addressing the problem? Ilia