Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24228 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41488 invoked by uid 1010); 29 Jun 2006 09:14:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41473 invoked from network); 29 Jun 2006 09:14:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2006 09:14:09 -0000 X-PHP-List-Original-Sender: gwynne@skytag.com X-Host-Fingerprint: 208.97.132.60 sd-green-bigip-60.dreamhost.com Linux 2.4/2.6 Received: from ([208.97.132.60:41833] helo=spunkymail-a18.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 40/48-15023-0E993A44 for ; Thu, 29 Jun 2006 05:14:09 -0400 Received: from [192.168.1.101] (c-24-147-151-210.hsd1.ma.comcast.net [24.147.151.210]) by spunkymail-a18.dreamhost.com (Postfix) with ESMTP id 3191A5B530 for ; Thu, 29 Jun 2006 02:14:03 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-ID: <3CC9D1B0-0BC8-436C-9956-B6AA33A2A925@skytag.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: internals@lists.php.net Date: Thu, 29 Jun 2006 05:13:49 -0400 X-Mailer: Apple Mail (2.750) Subject: Unicode normalization forms From: gwynne@skytag.com (Gwynne) Every time I see the Unicode support in PHP 6 getting better, I like it more. But I have a question related to a problem I recently had to solve with an external script in my code: Will there be any way to access different normalization forms from inside PHP? After a great deal of research and attempting various methods, I ended up using a hacked version of an ancient Perl script from W3C to get normalized Unicode, and I'm hoping there'll be something better in the offing. I don't have the Unicode skill to write a normalization routine as either PHP or a PHP extension, not to mention I don't want to haul around that giant datafile of decompositions :). -- Gwynne, Daughter of the Code "This whole world is an asylum for the incurable."