Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37784 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66670 invoked from network); 21 May 2008 18:50:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 May 2008 18:50:03 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 64.233.184.237 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 64.233.184.237 wr-out-0506.google.com Received: from [64.233.184.237] ([64.233.184.237:62826] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/A9-33305-ADE64384 for ; Wed, 21 May 2008 14:50:02 -0400 Received: by wr-out-0506.google.com with SMTP id 50so1528329wri.2 for ; Wed, 21 May 2008 11:49:59 -0700 (PDT) Received: by 10.114.60.19 with SMTP id i19mr10856969waa.155.1211395798946; Wed, 21 May 2008 11:49:58 -0700 (PDT) Received: from Macintosh-5.local ( [12.51.40.234]) by mx.google.com with ESMTPS id n20sm3247571pof.0.2008.05.21.11.49.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 May 2008 11:49:57 -0700 (PDT) Message-ID: <48346ED3.9040505@gravitonic.com> Date: Wed, 21 May 2008 11:49:55 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Steph Fox CC: Antony Dovgal , internals@lists.php.net References: <7d6e34d80805191240k64cb1ba6k3e8f7a50ddf068c@mail.gmail.com> <4831F27B.7030001@suse.de> <296949B4-D328-49FE-968B-4942B28FE869@pooteeweet.org> <7d6e34d80805191454m69614624v7a05037fa947328e@mail.gmail.com> <698DE66518E7CA45812BD18E807866CE019F60DE@us-ex1.zend.net> <34.64.28995.1BE23384@pb1.pair.com> <02e701c8bab7$19a3dd10$4401a8c0@foxbox> <4833FD5B.2010308@daylessday.org> <003f01c8bb33$81ae5030$4401a8c0@foxbox> In-Reply-To: <003f01c8bb33$81ae5030$4401a8c0@foxbox> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Unicode progress [Was: unicode.semantics ad infinitum] From: andrei@gravitonic.com (Andrei Zmievski) Nothing premature about it. It was time. UG(unicode) checks are still secondary I think - they don't prevent us from doing tests and moving forward, although cleaning them up would be nice. pack() should take binary strings only, methinks. -Andrei Steph Fox wrote: > I would've hoped that PHP 6 would be Unicode throughout. Maybe jumping > around when Andrei removed the physical switch was premature... > obviously the UG(unicode) checks are still in place, whereas their > binary alternatives shouldn't still exist. Then again some things are > unclear. What should happen with pack(), for example? > > - Steph >