Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24870 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95103 invoked by uid 1010); 22 Jul 2006 04:59:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95088 invoked from network); 22 Jul 2006 04:59:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2006 04:59:39 -0000 X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from ([204.11.219.139:60558] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 8F/33-04178-90CA1C44 for ; Sat, 22 Jul 2006 00:39:38 -0400 Received: from [192.168.11.5] (c-24-6-96-18.hsd1.ca.comcast.net [24.6.96.18]) (authenticated bits=0) by lerdorf.com (8.13.7/8.13.7/Debian-1) with ESMTP id k6M4dWOe024726; Fri, 21 Jul 2006 21:39:33 -0700 In-Reply-To: <44C17520.3050105@ctindustries.net> References: <44BC07B0.3070505@ctindustries.net> <236712dad8ce4ce9e4c1b68726fc3d64@gravitonic.com> <44BE7C90.9030302@ctindustries.net> <44C02AB1.3080007@ctindustries.net> <64927772-51DF-4152-9E3F-F3D8B729B96E@gravitonic.com> <44C17520.3050105@ctindustries.net> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: "internals@lists.php.net" Content-Transfer-Encoding: 7bit Date: Fri, 21 Jul 2006 21:39:32 -0700 To: Rob Richards X-Mailer: Apple Mail (2.750) Subject: Re: [PHP-DEV] unicode and xml extensions From: andrei@gravitonic.com (Andrei Zmievski) Awesome. I am planning to add "s(encoding)" support to parameter parsing, by the way, so getting strings in UTF-8 encoding will be a bit easier. Would probably need to change the relevant portions of your commits. -Andrei On Jul 21, 2006, at 5:45 PM, Rob Richards wrote: > Almost done with DOM (3 more files to go), so hopefully by Monday. > This one will need a lot of testing though. > > Rob > > Andrei Zmievski wrote: >> Great! I'll put a slide about this into my talk for OSCON. >> >> What're your plans for the rest of the XML extensions? >> >> -Andrei >>