Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80106 invoked from network); 13 Mar 2010 17:39:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2010 17:39:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=mozo@mozo.jp; spf=permerror; sender-id=permerror Authentication-Results: pb1.pair.com header.from=mozo@mozo.jp; sender-id=permerror Received-SPF: error (pb1.pair.com: domain mozo.jp from 74.125.92.25 cause and error) X-PHP-List-Original-Sender: mozo@mozo.jp X-Host-Fingerprint: 74.125.92.25 qw-out-2122.google.com Received: from [74.125.92.25] ([74.125.92.25:34477] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/9A-15916-0CDCB9B4 for ; Sat, 13 Mar 2010 12:39:13 -0500 Received: by qw-out-2122.google.com with SMTP id 3so700899qwe.59 for ; Sat, 13 Mar 2010 09:39:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.189.212 with SMTP id df20mr2922035qcb.21.1268501950121; Sat, 13 Mar 2010 09:39:10 -0800 (PST) In-Reply-To: References: <4B9926E8.4080202@lerdorf.com> Date: Sun, 14 Mar 2010 02:38:50 +0900 Message-ID: To: Derick Rethans Cc: Rasmus Lerdorf , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP 6 From: mozo@mozo.jp (Moriyoshi Koizumi) On Sun, Mar 14, 2010 at 1:57 AM, Derick Rethans wrote: > - in the meanwhile, start working on patching in back Unicode support, > =A0but in small steps. Exactly which things, and how we'd have to find > =A0out. But I do think it needs to be a *core* language feature, and not > =A0simply solved by extensions. We also need to make sure everybody > =A0understands that Unicode isn't just about encodings, or charsets and > =A0that thre are differences between that. Education is going to be > =A0important (and adding Unicode back in small bits would certainly help > =A0there). Unicode isn't just about a coded character set, but a whole lot of specifications that are essential in handling various kinds of texts within an application. But, I don't really think it reinforces the reason Unicode functionality needs to be part of core language. Moriyoshi