Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89749 invoked from network); 14 Oct 2014 20:49:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 20:49:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:34027] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/06-18603-E3C8D345 for ; Tue, 14 Oct 2014 16:49:03 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 4D01344E92; Tue, 14 Oct 2014 22:49:14 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-7-33.dynamic.mnet-online.de [93.104.7.33]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 3F6A444E91; Tue, 14 Oct 2014 22:49:12 +0200 (CEST) Message-ID: <1413319737.22588.2.camel@kuechenschabe> To: Aleksey Tulinov Cc: internals@lists.php.net Date: Tue, 14 Oct 2014 22:48:57 +0200 In-Reply-To: <543D8528.1060605@gmail.com> References: <543CE705.7030203@gmail.com> <4575A816-43F4-462D-8150-A2D35516D914@ajf.me> <543D64E5.8000706@gmail.com> <543D8528.1060605@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Unicode support From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2014-10-14 at 23:18 +0300, Aleksey Tulinov wrote: > Very good point. I'll give another example: is there a substring "s" in > string "Maße"? If it's case-sensitive search, when there is no such > substring, but if it's case-insensitive search, then "ß" folds into "ss" > and substring "s" appears. In Unicode 5.1 there is "ẞ" U+1E9E LATIN CAPITAL LETTER SHARP S. (The point of this post mostly is to show that there is another dimension making this even more complicated, again - different Unicode versions) johannes