Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54827 invoked by uid 1010); 13 Sep 2005 13:14:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54812 invoked from network); 13 Sep 2005 13:14:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2005 13:14:52 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:54955] helo=prohost.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7A/25-58045-BC0D6234 for ; Tue, 13 Sep 2005 09:14:52 -0400 Received: (qmail 8931 invoked from network); 13 Sep 2005 13:14:48 -0000 Received: from cpe000fb56099fd-cm000f9f7d6664.cpe.net.cable.rogers.com (HELO ?192.168.1.101?) (69.196.28.148) by prohost.org with SMTP; 13 Sep 2005 13:14:48 -0000 Message-ID: <4326D0C8.8080509@prohost.org> Date: Tue, 13 Sep 2005 09:14:48 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pierre.php@gmail.com CC: internals References: In-Reply-To: X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP6, Unicode for language functions, classes, methods, vars names From: ilia@prohost.org (Ilia Alshanetsky) Pierre Joye wrote: > is not something I like to see. For language constructs, I would > really like to have only ASCII support... +1 IMHO language identifiers should be limited to ASCII. Yes you can now use language specific chars by changing the locale, so that ž, č, ÿ are taken, but that hardly makes for portable code. Ilia