Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16365 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81147 invoked by uid 1010); 3 Jun 2005 14:04:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81130 invoked from network); 3 Jun 2005 14:04:53 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 3 Jun 2005 14:04:53 -0000 X-Host-Fingerprint: 64.233.170.199 rproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.170.199:24732] helo=rproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 5C/E2-12345-38360A24 for ; Fri, 03 Jun 2005 10:04:52 -0400 Received: by rproxy.gmail.com with SMTP id c51so179849rne for ; Fri, 03 Jun 2005 07:04:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N8JreH3c0tOqzUS9MoBh4blxkFuaVjq4aUVAYoTiQRdInZJJjxaEmu6j3gcOaw7D9TMIwxLrpCCGmN00DcSZ7GCjZeJm9p2VNYp9iYcykoPrFxPxUtTm+ta5353A4JDFokCkns532S4i37G2qQsRan8yWv5+EcXfAEz5tzj86JQ= Received: by 10.38.88.44 with SMTP id l44mr894267rnb; Fri, 03 Jun 2005 07:04:48 -0700 (PDT) Received: by 10.38.65.11 with HTTP; Fri, 3 Jun 2005 07:04:48 -0700 (PDT) Message-ID: Date: Fri, 3 Jun 2005 10:04:48 -0400 Reply-To: Dan Scott To: internals@lists.php.net In-Reply-To: <8D.C1.12345.13F50A24@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8D.C1.12345.13F50A24@pb1.pair.com> Subject: Re: [PHP-DEV] Proposal for Implementing Unicode in PHP From: denials@gmail.com (Dan Scott) Make sure you read the "PHP and Unicode: A Love at Fifth Sight" presentation available from http://www.gravitonic.com/talks/ from the May 2005 -- Andrei and Derick have been working towards this already. On 6/3/05, Steven Wittens wrote: > Hi, >=20 > As a PHP user I'm sadly confronted daily with PHP's lack of proper > Unicode support. PHP is rapidly falling behind the competition... as far > as I know, Perl, Python, VBScript, Ruby all have good Unicode > implementations. That PHP still doesn't have that after so many years > sounds like there is a general lack of awareness about the issue from > the core team and what to do about it. >=20 > I'm not a big shot C coder, but I do know a lot about encodings and > Unicode, so I've outlined the big "Unicode and PHP" problem in an > article, along with a proposal on how to tackle it: >=20 > http://www.acko.net/blog/unicode-in-php >=20 > It's a bit long, but then it's a complicated issue. I hope you guys find > it informative or at least skim over the bold parts to see what is > causing me and many others to tear my hair out in frustration and > seriously consider alternatives. >=20 > Thanks, > Steven Wittens >=20 > PS: Sorry if this has to go to PHP-I18N instead, but that list seems to > be aimed at practical I18N problems.. not fundamental changes in the > core. Internals seemed more appropriate for this. >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >