Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30924 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17641 invoked by uid 1010); 14 Jul 2007 14:01:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17621 invoked from network); 14 Jul 2007 14:01:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2007 14:01:11 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:59438] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/B0-09288-527D8964 for ; Sat, 14 Jul 2007 10:01:11 -0400 Received: from trainburn-lm-corp-yahoo-com.local (c-24-6-222-98.hsd1.ca.comcast.net [24.6.222.98]) (authenticated bits=0) by mail.lerdorf.com (8.14.1/8.14.1/Debian-7) with ESMTP id l6EE0VmW010301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 14 Jul 2007 07:00:32 -0700 Message-ID: <4698D6F3.7030202@lerdorf.com> Date: Sat, 14 Jul 2007 07:00:19 -0700 User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: ceo@l-i-e.com CC: internals@lists.php.net References: <1181829227.3478.3.camel@localhost.localdomain> <4692B1A3.1000808@zend.com> <4692B7D4.6040001@zend.com> <200707101906.30925.larry@garfieldtech.com> <2237.24.1.37.132.1184204516.squirrel@www.l-i-e.com> <46958E6B.1000707@lerdorf.com> <2394.24.1.37.132.1184401215.squirrel@www.l-i-e.com> In-Reply-To: <2394.24.1.37.132.1184401215.squirrel@www.l-i-e.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.90.3/3670/Fri Jul 13 22:08:13 2007 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6? From: rasmus@lerdorf.com (Rasmus Lerdorf) Richard Lynch wrote: >> $a = "マニュアル"; >> echo $a[1]; > > Whoa. > > That was weird... Right, your mail client doesn't handle Unicode correctly. You might want to do something about that. -Rasmus