Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22325 invoked from network); 10 Apr 2008 19:46:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2008 19:46:18 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:48426] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/11-32943-88E6EF74 for ; Thu, 10 Apr 2008 15:46:18 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 10 Apr 2008 22:46:53 +0300 Received: from [192.168.16.109] ([192.168.16.109]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 10 Apr 2008 12:46:50 -0700 Message-ID: <47FE6E82.5070207@zend.com> Date: Thu, 10 Apr 2008 12:46:10 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Pierre Joye CC: PHP internals References: <47FCF547.2090802@zend.com> <47FE58C3.3040207@zend.com> <47FE6579.6090107@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Apr 2008 19:46:50.0561 (UTC) FILETIME=[9E930B10:01C89B43] Subject: Re: [PHP-DEV] intl win32, which ICU version and binaries? From: stas@zend.com (Stanislav Malyshev) Hi! > Ah? in 3.6/8 it takes three arguments on my architecture (win xp, > 32bit mode with amd64). Which version do you use? I have ICU 3.6 AFAIK. Here's a quote from unistr.h: /** * UChar* constructor. * @param text The characters to place in the UnicodeString. * @param textLength The number of Unicode characters in text * to copy. * @stable ICU 2.0 */ UnicodeString(const UChar *text, int32_t textLength); It compiles and it seems to work. Do you know about any problem with it? -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com