Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48003 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13845 invoked from network); 19 Apr 2010 05:16:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2010 05:16:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adamharvey.name from 74.125.92.24 cause and error) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 74.125.92.24 qw-out-2122.google.com Received: from [74.125.92.24] ([74.125.92.24:30437] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/90-10110-C27EBCB4 for ; Mon, 19 Apr 2010 01:16:29 -0400 Received: by qw-out-2122.google.com with SMTP id 3so631975qwe.59 for ; Sun, 18 Apr 2010 22:16:26 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.229.212.148 with HTTP; Sun, 18 Apr 2010 22:15:57 -0700 (PDT) In-Reply-To: <6BF24C36133C4E919CFAA5A66278D531@pc> References: <6BF24C36133C4E919CFAA5A66278D531@pc> Date: Mon, 19 Apr 2010 13:15:57 +0800 X-Google-Sender-Auth: 9736bc8a3b53fb12 Received: by 10.229.212.132 with SMTP id gs4mr278330qcb.53.1271654177889; Sun, 18 Apr 2010 22:16:17 -0700 (PDT) Message-ID: To: Stan Vassilev Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Turkish/Azeri locale support From: aharvey@php.net (Adam Harvey) On 19 April 2010 12:59, Stan Vassilev wrote: > If you ask me, there's only one way to fix this, which is how most other > languages fixed it: make the next major version of PHP case-sensitive for > all identifiers. For less bugs, less locale problems and more performance= . Definitely another option =E2=80=94 and one I personally like =E2=80=94 alt= hough I suspect the BC implications of that are considerably greater than breaking high-bit characters in single-byte locales. Adam