Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24886 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80649 invoked by uid 1010); 22 Jul 2006 21:23:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80633 invoked from network); 22 Jul 2006 21:23:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2006 21:23:58 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:34405] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id C9/0A-04178-D6792C44 for ; Sat, 22 Jul 2006 17:23:57 -0400 Received: from localhost (strato.aixcept.de [81.169.182.136]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 9751A35C1BD; Sat, 22 Jul 2006 23:23:53 +0200 (CEST) Date: Sat, 22 Jul 2006 14:23:50 -0700 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1295105742.20060722142350@marcus-boerger.de> To: Andrei Zmievski Cc: Rob Richards , "internals@lists.php.net" In-Reply-To: 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] unicode and xml extensions From: helly@php.net (Marcus Boerger) Hello Andrei, don't we have a char left for UTF-8 (maybe 8) as it would be a case that we will have to use very often and checking for a string in braces will take some time. best regards marcus Friday, July 21, 2006, 9:39:32 PM, you wrote: > 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 >>> Best regards, Marcus