Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4681 invoked from network); 24 Mar 2003 19:50:35 -0000 Received: from unknown (HELO vckyb2.nw.wakwak.com) (211.9.230.145) by pb1.pair.com with SMTP; 24 Mar 2003 19:50:35 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id E0F5540006; Tue, 25 Mar 2003 04:50:34 +0900 (JST) Received: from at.wakwak.com (z207.219-103-235.ppp.wakwak.ne.jp [219.103.235.207]) by at.wakwak.com (8.12.8/8.12.8/2003-03-04) with SMTP id h2OJoX9r084338; Tue, 25 Mar 2003 04:50:34 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Tue, 25 Mar 2003 04:53:13 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: Antony Dovgal Cc: internals@lists.php.net Message-ID: <20030325045313UHef6j@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <20030321124105.6a71c972.tony2001@phpclub.net> References: <20030321124105.6a71c972.tony2001@phpclub.net> Subject: Re: [PHP-DEV] suggested patch for ext/standard/html.c for correct htmlentity'ingof cyrillic characters From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Your patch has been committed with a slight enhancement to the cp1251 table. Thanks. Moriyoshi Antony Dovgal wrote: > Hello, all. > > Attached patch provides cyrillic character sets support to > htmlentities(), useful for those who wants to see correct cyrillic > letters after using this function (at this moment htmlentities() > successfully breaks cyrillic characters). > KOI8-R, Windows-1251 & CP866 encodings are supported. > > I've tested this patch with PHP-CVS & PHP 4.3.2RC1 - it seems to be > working correctly. > Someone who has enough karma - please, take a look at it and apply it > if it's ok.