Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18836 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55944 invoked by uid 1010); 13 Sep 2005 16:54:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55929 invoked from network); 13 Sep 2005 16:54:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2005 16:54:33 -0000 X-Host-Fingerprint: 64.233.184.193 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.193:42498] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C9/C1-58045-94407234 for ; Tue, 13 Sep 2005 12:54:33 -0400 Received: by wproxy.gmail.com with SMTP id 36so2461501wra for ; Tue, 13 Sep 2005 09:54:27 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eQk4nJhFnSHDGNVh/nnac0qZ9e1PREtvo6hZs759a3jwxr9xxH3VD2iQK4mDQ3slxWZny2LmYk3SRg7g6u5Mmd8b8Zq9Vjv5dDG1HfKYiEtN9v4kOQxHL+bcbvnYcqhGryz7sTiWGN34V6k4Zk4icDPS3iRtl0hagkR6XIIRDBQ= Received: by 10.54.95.20 with SMTP id s20mr611949wrb; Tue, 13 Sep 2005 09:54:26 -0700 (PDT) Received: by 10.54.154.16 with HTTP; Tue, 13 Sep 2005 09:54:26 -0700 (PDT) Message-ID: Date: Tue, 13 Sep 2005 18:54:26 +0200 Reply-To: pierre.php@gmail.com To: Rasmus Lerdorf Cc: Ilia Alshanetsky , internals In-Reply-To: <432700D5.3080606@lerdorf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4326D0C8.8080509@prohost.org> <4326D361.9040200@lerdorf.com> <4326FFAB.4080301@prohost.org> <432700D5.3080606@lerdorf.com> Subject: Re: [PHP-DEV] PHP6, Unicode for language functions, classes, methods, vars names From: pierre.php@gmail.com (Pierre Joye) On 9/13/05, Rasmus Lerdorf wrote: > This is a choice that should be up to the developer. If she wants to > share his code with people who don't understand his language and/or > character set, then she should use some common language/character set. > But the language should not force this limitation on her. The language does put a limitation as it does not provide a way to show the identifiers in a neutral way. For example ACI 4D (for those who knows it) did it in the right way. All functions are localized, I can choose the language I want I will be able to read the identifiers. But I doubt we will ever do that in PHP :) Regards, --Pierre