Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61123 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11569 invoked from network); 11 Jul 2012 09:59:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2012 09:59:04 -0000 Authentication-Results: pb1.pair.com header.from=thetaphi@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=thetaphi@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 188.138.97.18 as permitted sender) X-PHP-List-Original-Sender: thetaphi@php.net X-Host-Fingerprint: 188.138.97.18 serv1.sd-datasolutions.de Received: from [188.138.97.18] ([188.138.97.18:48810] helo=mail.sd-datasolutions.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/D4-01957-76E4DFF4 for ; Wed, 11 Jul 2012 05:59:04 -0400 Received: from VEGA (port-92-196-51-162.dynamic.qsc.de [92.196.51.162]) by mail.sd-datasolutions.de (Postfix) with ESMTPSA id 5670914AA07E; Wed, 11 Jul 2012 09:59:00 +0000 (UTC) To: "'PHP Internals'" Cc: =?iso-8859-1?Q?'Johannes_Schl=FCter'?= , "'Nikita Popov'" References: <4FFD11C1.3090007@sugarcrm.com> <003201cd5f4b$8d9c9e90$a8d5dbb0$@php.net> In-Reply-To: <003201cd5f4b$8d9c9e90$a8d5dbb0$@php.net> Date: Wed, 11 Jul 2012 11:59:25 +0200 Message-ID: <003301cd5f4b$dae1a7e0$90a4f7a0$@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQILXjTkvewDxr2PXw3nmFoWqNoJ2AGG3kxDAnhPQeqWh+GzIA== Content-Language: de Subject: RE: [PHP-DEV] bug 18556 - tolower & locales From: thetaphi@php.net ("Uwe Schindler") Sorry, typo: > I don't think ASCII-only lowercasing is in-compatible to the allowed = PHP > identifier characters used by class names and what else. I don't think ASCII-only lowercasing is compatible to the allowed PHP identifier characters used by class names and what else. Uwe > ----- > Uwe Schindler > thetaphi@php.net - http://www.php.net > NSAPI SAPI developer > Bremen, Germany >=20 > > -----Original Message----- > > From: Nikita Popov [mailto:nikita.ppv@gmail.com] > > Sent: Wednesday, July 11, 2012 11:41 AM > > To: Stas Malyshev > > Cc: PHP Internals; Johannes Schl=FCter > > Subject: Re: [PHP-DEV] bug 18556 - tolower & locales > > > > On Wed, Jul 11, 2012 at 7:40 AM, Stas Malyshev > > > > wrote: > > > Hi! > > > > > > I've prepared a fix for bug #18556 - see > > > https://github.com/php/php-src/pull/126 > > > A slight complication there is that for internal operations we > > > probably want locale-independent lowercasing, while for regular > > > string operations we probably want to stay with locale-depenedent > > > one. That's how I implemented it, even though it adds a bit of > > > complexity, but I think it's the best way to solve it. Any > comments/objections/improvements? > > > > With this patch, will it still be possible to use foreign class = names > correctly? > > Like writing them in Russian and expecting the case-insensitivity to > > work correct? > > > > Nikita > > > > -- > > PHP Internals - PHP Runtime Development Mailing List To unsubscribe, > visit: > > http://www.php.net/unsub.php >=20 >=20 > -- > PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: > http://www.php.net/unsub.php