Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 766 invoked from network); 27 Jun 2009 02:12:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2009 02:12:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.216.174 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.216.174 mail-px0-f174.google.com Received: from [209.85.216.174] ([209.85.216.174:61246] helo=mail-px0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/B1-08868-300854A4 for ; Fri, 26 Jun 2009 22:12:20 -0400 Received: by pxi4 with SMTP id 4so222330pxi.29 for ; Fri, 26 Jun 2009 19:12:17 -0700 (PDT) Received: by 10.114.193.1 with SMTP id q1mr6863726waf.42.1246068736963; Fri, 26 Jun 2009 19:12:16 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id m6sm4154443wag.14.2009.06.26.19.12.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Jun 2009 19:12:16 -0700 (PDT) Message-ID: <4A457FFD.2010903@chiaraquartet.net> Date: Fri, 26 Jun 2009 21:12:13 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: doing the unicode thing for ext/phar From: greg@chiaraquartet.net (Greg Beaver) Hi, Are there any resources that summarize the internal differences in the unicode implementation (things like zend_u_hash_*, how to do strcmp() with IS_UNICODE zvals, etc.)? Also, since this is for ext/phar, I need to be able to convert to/from unicode to binary easily (is this just changing the Z_TYPE?) Thanks, Greg