Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30063 invoked by uid 1010); 21 Jul 2006 23:55:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30048 invoked from network); 21 Jul 2006 23:55:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2006 23:55:30 -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:37333] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id D0/A7-29121-27961C44 for ; Fri, 21 Jul 2006 19:55:30 -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 k6LNtPH0028246; Fri, 21 Jul 2006 16:55:26 -0700 In-Reply-To: <44C02AB1.3080007@ctindustries.net> References: <44BC07B0.3070505@ctindustries.net> <236712dad8ce4ce9e4c1b68726fc3d64@gravitonic.com> <44BE7C90.9030302@ctindustries.net> <44C02AB1.3080007@ctindustries.net> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-ID: <64927772-51DF-4152-9E3F-F3D8B729B96E@gravitonic.com> Cc: "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Date: Fri, 21 Jul 2006 16:55:25 -0700 To: Rob Richards X-Mailer: Apple Mail (2.750) Subject: Re: [PHP-DEV] unicode and xml extensions From: andrei@gravitonic.com (Andrei Zmievski) 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 On Jul 20, 2006, at 6:15 PM, Rob Richards wrote: > Andrei Zmievski wrote: >> Hey Rob, >> >> Looks good. Have you tested the filesystem (filename) related =20 >> functions with non-ASCII filenames? Try making a file called =20 >> "informa=E7on.xml" for example, set =20 >> unicode.filesystem_encoding=3Dutf-8 (or whatever encoding your =20 >> filesystem uses) and see if you can read it. >> > Ok, used the php_stream_path_encode functionality I saw in =20 > file_get_contents and am now able to read files with non-ASCII =20 > chars while all tests still pass. > I believe all the conversions are now done for this extension. The =20 > only functionality without any special handling occurs when passing =20= > source XML as a string - XML() and setRelaxNGSchemaSource(). > > Rob > > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php