Newsgroups: php.i18n,php.internals Path: news.php.net Xref: news.php.net php.i18n:1358 php.internals:46928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23345 invoked from network); 1 Feb 2010 20:32:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2010 20:32:52 -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 74.125.82.42 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: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:47853] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/29-07621-37A376B4 for ; Mon, 01 Feb 2010 15:32:51 -0500 Received: by wwb18 with SMTP id 18so558375wwb.29 for ; Mon, 01 Feb 2010 12:32:48 -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=3Ev6ae7mWtwQV5HqGMbGF/Pe9jA9pl05HNBCvSORg3U=; b=yAGiombpUJZMsETXhJHGZRF58qc7AuToB6pK8e8Npzx2N9/cTsHtzBFv1vpcPTZcmy z8tmmhxw1fzRLNuSu9B6xPjoJ/3+LRX0JexE1hTNH7RPk9IEs7JDXAkZERPpTik+jIY0 o1uMjPX6/vm8DmE7ZaIeqLNVTFAx/Y79kzsOw= 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=aUghhfS+CSPDyEFczoQwqSPeyjK2P4mG5p9Wb8PXzmUxACb0ZDMJTLzXdruz24t8Pq +E2QjNLM+GRBXVpDBuZOtnMfFM80rXXnceMYJ+nE+tdwpmOc1JVP/O+tHth+xKp2RDNq fxhb39yt0/NRN0g+R36KPSEWvPqdD/oAj2chQ= MIME-Version: 1.0 Received: by 10.216.157.1 with SMTP id n1mr2638212wek.188.1265056368406; Mon, 01 Feb 2010 12:32:48 -0800 (PST) In-Reply-To: <00b901caa37c$aa403fd0$fec0bf70$@com> References: <0_38978400_1264671673.1668.cbgrn@enoch.corp.cybozu.co.jp> <009d01caa379$006b1af0$014150d0$@com> <00b901caa37c$aa403fd0$fec0bf70$@com> Date: Mon, 1 Feb 2010 21:32:48 +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 9:25 PM, Tex Texin wrote: > mbstring can call out to icu to do the work. Right, pls read the thread, that's Moriyoshi is working on. But can we do it in a minor release? I don't think so. Cheers, > -----Original Message----- > From: Pierre Joye [mailto:pierre.php@gmail.com] > Sent: Monday, February 01, 2010 12:11 PM > To: Tex Texin > Cc: Moriyoshi Koizumi; KITAZAKI Shigeru; php-i18n@lists.php.net; > internals@lists.php.net > Subject: Re: [PHP-DEV] RE: [PHP-I18N] adding GB18030 support for mbstring > > 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 > > -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org