Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47857 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45423 invoked from network); 10 Apr 2010 09:56:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2010 09:56:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:51441] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/17-24411-C3B40CB4 for ; Sat, 10 Apr 2010 05:56:15 -0400 Received: (qmail 19913 invoked by uid 89); 10 Apr 2010 09:53:08 -0000 Received: from unknown (HELO ?192.168.1.31?) (postmaster%schlueters.de@93.104.109.206) by mailout2.netbeat.de with ESMTPA; 10 Apr 2010 09:53:08 -0000 X-Originator: 9e51b244e0a38413ab6a9876e36ba9df To: Pierre Joye Cc: Philip Olson , Internals internals In-Reply-To: References: <9CC01B75-7692-4B58-AB1C-0A9B07A9B762@roshambo.org> Content-Type: text/plain; charset="UTF-8" Organization: php.net Date: Sat, 10 Apr 2010 11:54:03 +0200 Message-ID: <1270893243.6262.604.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] A list of PHP 6 changes from the old documentation From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2010-04-10 at 11:39 +0200, Pierre Joye wrote: > hi Philip, > > > On Sat, Apr 10, 2010 at 9:07 AM, Philip Olson wrote: > > > > - idn_to_unicode() (via ext/intl) > > The IDN functions are in 5.3 as well so you can keep them in the documentation. Not this one. This one would return a Utf-16 unicode string type. We have other functions returning ASCII (punicode) and binary PHP strings (utf-8 encoded or such). Only the later ones are in 5.3. johannes