Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73426 invoked by uid 1010); 24 Jan 2008 01:48:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73411 invoked from network); 24 Jan 2008 01:48:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2008 01:48:59 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 64.97.136.152 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.152 smtpout0152.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.152] ([64.97.136.152:45701] helo=n082.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/C0-17042-98EE7974 for ; Wed, 23 Jan 2008 20:48:59 -0500 Received: from sc1-out03.emaildefenseservice.com (64.97.139.2) by n082.sc1.he.tucows.com (7.2.069.1) id 4769FAD400743DC2; Thu, 24 Jan 2008 01:48:53 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,3f911ba8fe76b92f,a1a5b04c56777945,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:599:600:601:945:960:973:980:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1431:1437:1515:1516:1518:1534:1541:1587:1593:1594:1676:1711:1730:1747:1766:1792:2073:2075:2078:2393:2551:2553:2559:2562:2692:2693:3027:3353:3865:3866:3867:3868:3870:3871:3872:3873:3874:4250:4699:5007:6119:6120:6261:7514:7576:7653,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck: none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-Spamcatcher-Explanation: Received: from foxbox (62-31-252-198.cable.ubr07.shef.blueyonder.co.uk [62.31.252.198]) (Authenticated sender: steph.fox) by sc1-out03.emaildefenseservice.com (Postfix) with ESMTP; Thu, 24 Jan 2008 01:48:52 +0000 (UTC) Message-ID: <009701c85e2b$63c15b40$c6fc1f3e@foxbox> Reply-To: "Steph Fox" To: "Andrei Zmievski" Cc: "Rasmus Lerdorf" , "Chris Stockton" , "php-dev" References: <4794AE48.20005@daylessday.org> <38791.98.193.37.55.1201055548.squirrel@www.l-i-e.com> <47979570.4010703@lerdorf.com> <4797E196.3090404@gravitonic.com> <007101c85e24$9adbaa60$c6fc1f3e@foxbox> <4797E3CE.50500@gravitonic.com> <008901c85e27$465c9ff0$c6fc1f3e@foxbox> <4797EAE2.2090501@gravitonic.com> Date: Thu, 24 Jan 2008 01:49:40 -0000 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP From: steph@zend.com ("Steph Fox") Well maybe half the problem with this is that people aren't really aware of what is or isn't the issue. As I (now) understand it, the only people affected by Unicode support will be those currently using mbstring, is that correct? - Steph ----- Original Message ----- From: "Andrei Zmievski" To: "Steph Fox" Cc: "Rasmus Lerdorf" ; "Chris Stockton" ; "php-dev" Sent: Thursday, January 24, 2008 1:33 AM Subject: Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP > Hey, I can't do everything. > > -Andrei > > Steph Fox wrote: >> Right, and that's something that does NOT appear in any notes anywhere. >> >> ----- Original Message ----- From: "Andrei Zmievski" >> >> To: "Steph Fox" >> Cc: "Rasmus Lerdorf" ; "Chris Stockton" >> ; "php-dev" >> Sent: Thursday, January 24, 2008 1:03 AM >> Subject: Re: [PHP-DEV] why we must get rid of unicode.semantics switch >> ASAP >> >> >>> Pass in "Hello World" where? And yes, you shouldn't have to do anything >>> special (especially for English). The functions will work transparently. >>> >>> -Andrei >>> >>> Steph Fox wrote: >>>> Hey Andrei, >>>> >>>> You can't just say that without giving full details. >>>> >>>> We've seen all your 'this will cope with Russian, Hebrew, Greek, >>>> Japanese and Icelandic' demos. We haven't seen what happens to English, >>>> French or German - ever. >>>> >>>> So what happens if I pass in "Hello World", in English, and it's >>>> regarded as an an IS_UNICODE string? Would I know about it? Is there >>>> anything special I should do? Or does it just happen as always, and >>>> what-was-all-the-fuss-about? >>>> >>>> - Steph