Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30965 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27351 invoked by uid 1010); 16 Jul 2007 09:48:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27319 invoked from network); 16 Jul 2007 09:48:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2007 09:48:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=dz@bitxtender.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dz@bitxtender.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitxtender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: dz@bitxtender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:53782] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/29-56486-EFE3B964 for ; Mon, 16 Jul 2007 05:48:47 -0400 Received: from [87.79.35.58] (helo=[192.168.0.164]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1IANC7-0005eN-VC; Mon, 16 Jul 2007 11:48:43 +0200 In-Reply-To: <4697D3EA.2090201@zend.com> References: <4697D3EA.2090201@zend.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <76ECFCB9-C144-4BC2-A609-6FC4B271C98F@bitxtender.com> Cc: 'PHP Internals' , php-i18n@lists.php.net Content-Transfer-Encoding: 7bit Date: Mon, 16 Jul 2007 11:48:42 +0200 To: Stanislav Malyshev X-Mailer: Apple Mail (2.752.2) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1184579327;477e8663; Subject: Re: [PHP-DEV] PHP ICU project announcement From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) I totally lack the words to describe the awesomeness of this. Really, really fantastic. At Agavi (http://www.agavi.org/), we've ported parts of ICU (locale, calendar, date) to PHP and we're using it together with CLDR data, but as you might imagine, it's awfully slow. This new extension will save many kitten's lives. Keep it up! David Am 13.07.2007 um 21:35 schrieb Stanislav Malyshev: > Hi all! > > We have started a project to make it easier to support > international markets using PHP. A number of internationalization > functions from IBM ICU will be made available in PHP as an extension. > > This project targets both PHP 5 and PHP 6. The goal is to support > the most useful i18n services on both, while ensuring that any code > running in PHP 5 using these functions would work the same in PHP > 6. The PHP 6 > implementation may provide additional functionality. > > The demand for internationalization services is large and is needed > today, so we decided to support them in PHP 5 and provide one > common solution that will also work going forward. There will be no > PHP 4 support in the project. > > The base for the extension is the ICU library > (http://www.icu-project.org/) already used by PHP 6, and the intent is > to follow the ICU model, so that people having experience working > with ICU in either C/C++ or Java could easily use the PHP API. > > The extension is composed of mostly independent functionality modules, > each of which would implement one of the functionalities below. > The APIs support both procedural and object-oriented notation > (internally referring to the same APIs). In PHP 5, the extension > assumes > all incoming and outgoing strings are in UTF-8 encoding. > > The scope of the extension was defined as follows: > - Collation (http://www.icu-project.org/apiref/icu4c/ucol_8h.html) > - Number formatting (http://www.icu-project.org/apiref/icu4c/ > unum_8h.html) > - Date/time formatting > (http://www.icu-project.org/apiref/icu4c/udat_8h.html) > - Locales (http://www.icu-project.org/apiref/icu4c/uloc_8h.html) > - Calendars (http://www.icu-project.org/apiref/icu4c/ucal_8h.html) > - International domain names > (http://www.icu-project.org/apiref/icu4c/uidna_8h.html) > - Message formatting (http://www.icu-project.org/apiref/icu4c/ > umsg_8h.html) > - Resource bundles (http://www.icu-project.org/apiref/icu4c/ > ures_8h.html) > > We have initial implementations of collation and number formatting > APIs for PHP 5, which will be publicly available soon. PHP 6 > implementation and other APIs will follow. The project code will be > available through PECL. > > The project is supported by LiveNation, Yahoo! and Zend Technologies. > > We welcome all feedback about the project - especially suggestions > about > what functionality is needed and comments about existing > implementation. > > We intend to discuss it on the PHP Internationalization list - > php-i18n@lists.php.net. We welcome you to join the list and > participate in the discussion. We will publish API descriptions for > existing functions on the i18n list in a couple of days, to start > the things rolling. > > Regards, > PHP-ICU team > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >