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
> theta...@php.net - http://www.php.net
> NSAPI SAPI developer
> Bremen, Germany
> 
> > -----Original Message-----
> > From: Nikita Popov [mailto:nikita....@gmail.com]
> > Sent: Wednesday, July 11, 2012 11:41 AM
> > To: Stas Malyshev
> > Cc: PHP Internals; Johannes Schlüter
> > Subject: Re: [PHP-DEV] bug 18556 - tolower & locales
> >
> > On Wed, Jul 11, 2012 at 7:40 AM, Stas Malyshev
> > <smalys...@sugarcrm.com>
> > 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
> 
> 
> --
> PHP Internals - PHP Runtime Development Mailing List To unsubscribe,
visit:
> http://www.php.net/unsub.php


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to