Newsgroups: php.i18n,php.internals Path: news.php.net Xref: news.php.net php.i18n:1355 php.internals:46926 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15641 invoked from network); 1 Feb 2010 20:11:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2010 20:11:18 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.219 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.219.219 mail-ew0-f219.google.com Received: from [209.85.219.219] ([209.85.219.219:44933] helo=mail-ew0-f219.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/77-07621-365376B4 for ; Mon, 01 Feb 2010 15:11:18 -0500 Received: by ewy19 with SMTP id 19so2782159ewy.1 for ; Mon, 01 Feb 2010 12:11:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=H75Q/nFtNBiUKtVmAHQKAbalY3K+PSacbcIYTYXJegA=; b=LrhfTGgmr+fzcaqQgmkXMZycvdbDwCQkK5R204nogc4booYnsdL8LEK9iU3ktMP32u A3o3NDd58Hj19hQYzsxD1Pg7kwAQZzfhY46HlCx/xwFlYc/+1qG0gtHpP+W5O4tbxa+7 FSFe+QU6DV7Q9/W7YTJPkREZEGQpRfCXyHx1g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=raXiM6rMhtRcmRu8nSaBNl73DA7VscQy9gwluE6+S6xxPNJnDjf/7skylGVeHw3yYO iLplJSZj2nulQuevfC7QjMLeSNvNNFq/yNzsPE5qyNAXgRlGRWbdWQjHXqL90YdaQnWS aIrvHM6BAOqR56NvOG9PyqHxxDtp7DAa3mhK0= MIME-Version: 1.0 Received: by 10.216.90.209 with SMTP id e59mr3018232wef.193.1265055072952; Mon, 01 Feb 2010 12:11:12 -0800 (PST) In-Reply-To: <009d01caa379$006b1af0$014150d0$@com> References: <0_38978400_1264671673.1668.cbgrn@enoch.corp.cybozu.co.jp> <009d01caa379$006b1af0$014150d0$@com> Date: Mon, 1 Feb 2010 21:11:12 +0100 Message-ID: To: Tex Texin Cc: Moriyoshi Koizumi , KITAZAKI Shigeru , php-i18n@lists.php.net, internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] RE: [PHP-I18N] adding GB18030 support for mbstring From: pierre.php@gmail.com (Pierre Joye) hi, On Mon, Feb 1, 2010 at 8:59 PM, Tex Texin wrote: > Since ICU supports many conversions, including gb18030, and is regularly > updated and is already a part of php, it makes no sense to include > individually written conversions. ICU also gets considerable testing and > review. > > Conversions should all be driven through icu. In an ideal world yes. But in our not so ideal world mbstring is still here, is still used in many places inside PHP and I think it makes sense too add more encoding if there is a need for them. However it is obvious that the mid/long term goal should be to replace it completely with ICU. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org