Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18838 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67019 invoked by uid 1010); 13 Sep 2005 17:28:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67002 invoked from network); 13 Sep 2005 17:28:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2005 17:28:01 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:2471] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 24/02-58045-E0707234 for ; Tue, 13 Sep 2005 13:06:22 -0400 Received: from localhost ([127.0.0.1] helo=peiscg33m) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1EFDZT-0001yx-00; Tue, 13 Sep 2005 09:23:47 -0700 Message-ID: <004b01c5b885$7523f8a0$5c8be5a9@ohr.berkeley.edu> Reply-To: "Sara Golemon" To: Cc: References: <4326D0C8.8080509@prohost.org> <4326D361.9040200@lerdorf.com><4326FFAB.4080301@prohost.org> <432700D5.3080606@lerdorf.com> Date: Tue, 13 Sep 2005 10:05:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: [PHP-DEV] PHP6, Unicode for language functions, classes, methods, vars names From: pollita@php.net ("Sara Golemon") > 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 :) > static function_entry php_espanol_functions[] = { PHP_FALIAS(secuencia_color, highlight_string, NULL) PHP_FALIAS(aabierto, fopen, NULL) PHP_FALIAS(mysql_pregunta, mysql_query, NULL) etc...etc...etc... }; -Sara (trying to interject some humor)