Newsgroups: php.i18n,php.internals Path: news.php.net Xref: news.php.net php.i18n:1353 php.internals:46918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14756 invoked from network); 1 Feb 2010 07:29:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2010 07:29:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=mozo@mozo.jp; spf=permerror; sender-id=permerror Authentication-Results: pb1.pair.com header.from=mozo@mozo.jp; sender-id=permerror Received-SPF: error (pb1.pair.com: domain mozo.jp from 209.85.222.202 cause and error) X-PHP-List-Original-Sender: mozo@mozo.jp X-Host-Fingerprint: 209.85.222.202 mail-pz0-f202.google.com Received: from [209.85.222.202] ([209.85.222.202:40405] helo=mail-pz0-f202.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/09-44810-6E2866B4 for ; Mon, 01 Feb 2010 02:29:44 -0500 Received: by pzk40 with SMTP id 40so646779pzk.7 for ; Sun, 31 Jan 2010 23:29:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.141.125.3 with SMTP id c3mr2956530rvn.36.1265009377114; Sun, 31 Jan 2010 23:29:37 -0800 (PST) In-Reply-To: <0_38978400_1264671673.1668.cbgrn@enoch.corp.cybozu.co.jp> References: <0_38978400_1264671673.1668.cbgrn@enoch.corp.cybozu.co.jp> Date: Mon, 1 Feb 2010 16:29:16 +0900 Message-ID: To: KITAZAKI Shigeru Cc: php-i18n@lists.php.net, internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-I18N] adding GB18030 support for mbstring From: mozo@mozo.jp (Moriyoshi Koizumi) Kitazaki-san, First thank you for your effort. But, I am under the impression that the conversion table looks too huge to include in a distribution (>30MB). Is there any way to get this more compressed? BTW, I created an extension that is near-compatible with mbstring and based on ICU that of course supports GB18030. See http://github.com/moriyoshi/mbstring-ng for detail. Regards, Moriyoshi 2010/1/28 KITAZAKI Shigeru : > We made a patch to add a mbfilter for GB18030 encoding for PHP-5.3.1. > Please take a look at our blog: > =A0http://developer.cybozu.co.jp/oss/2010/01/php-mbstring-pa.html > > We would appreciate if you take this patch into the mainline. > > BTW, our blog has various other patches for PHP in addition to this one. > Feel free to mail me if you are interested in some of them. > > Regards, > KITAZAKI Shigeru > > -- > PHP Unicode & I18N Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >