Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53489 invoked from network); 21 Jun 2013 03:13:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2013 03:13:51 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 108.166.43.67 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 108.166.43.67 smtp67.ord1c.emailsrvr.com Linux 2.6 Received: from [108.166.43.67] ([108.166.43.67:39108] helo=smtp67.ord1c.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/00-52585-DE4C3C15 for ; Thu, 20 Jun 2013 23:13:50 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 212A414809E; Thu, 20 Jun 2013 23:13:47 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp1.relay.ord1c.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id C810C148097; Thu, 20 Jun 2013 23:13:46 -0400 (EDT) Message-ID: <51C3C4EA.6020703@sugarcrm.com> Date: Thu, 20 Jun 2013 20:13:46 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Daniel Convissor CC: PHP Internals List References: <20130621020826.GA7978@analysisandsolutions.com> In-Reply-To: <20130621020826.GA7978@analysisandsolutions.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Case insensitivity no longer locale specific From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! > I'd like to put an example in the 5.5 migration documentation for the > "Case insensitivity no longer locale specific" section. Can someone > please provide one? Some locales (Turkish one for example) have very unexpected rules of lowercasing and uppercasing - IIRC Turkish locale lowercases I into something else than i. Thus we moved engine functions from locale-dependent lowercasing to ASCII lowercasing - so "SamIam" is always lowercased to "samiam". -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227