Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56669 invoked from network); 15 Feb 2014 11:46:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2014 11:46:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:53256] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/91-45929-DA35FF25 for ; Sat, 15 Feb 2014 06:46:54 -0500 Received: by mail-qa0-f46.google.com with SMTP id k15so6354463qaq.33 for ; Sat, 15 Feb 2014 03:46:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=irpuHD4QUX23oVkVki/scFQ2AdkoBAZOo7heBsXU3r0=; b=NOSebvxelGGE7mhX9Dz3mwuUF/F/AAl02o37p7jETqEhqw/jmON7DZ0B9838ufT5GN psTaaCMRJlM32wkEbfEg+UtoR6+ag9Zv1Ruq2WHPzl9hboNg4geGfDv4WfU88a1r56i3 Sy4OLZcqVRwlxmMqJfJnsbHCqFFzt2syYuE5SqgOxoWs9iXwfeZwLqHEyH6pqqAo2HzF UhVfFmVwxLBfWnw2AxSy9N2ackR1dHqzrDk9dheEiudEfnfXHPhLCEbQ5XCIiUedBWhA GwA/AcsL4FQZEQ/1SLrhAU6YUGEHeKqn5WtH9EG/HeAE+12jXWtH7csJJqp/gee09efe CxZw== MIME-Version: 1.0 X-Received: by 10.140.48.172 with SMTP id o41mr19880926qga.16.1392464809237; Sat, 15 Feb 2014 03:46:49 -0800 (PST) Received: by 10.140.18.145 with HTTP; Sat, 15 Feb 2014 03:46:49 -0800 (PST) Received: by 10.140.18.145 with HTTP; Sat, 15 Feb 2014 03:46:49 -0800 (PST) In-Reply-To: References: <50100EC8.3040102@ajf.me> <52FDF7BC.8050408@lsces.co.uk> <52FE46D2.4060903@gmail.com> <52FE6FEA.5050204@lerdorf.com> Date: Sat, 15 Feb 2014 12:46:49 +0100 Message-ID: To: Rasmus Lerdorf Cc: PHP internals , Rowan Collins Content-Type: multipart/alternative; boundary=001a1135350051259304f2707a2a Subject: Re: [PHP-DEV] PHP6 wiki page From: pierre.php@gmail.com (Pierre Joye) --001a1135350051259304f2707a2a Content-Type: text/plain; charset=UTF-8 On Feb 15, 2014 12:43 PM, "Pierre Joye" wrote: > > > On Feb 15, 2014 2:35 AM, "Rasmus Lerdorf" wrote: > > > > > What we really need is an awesome small and fast Unicode library that > > does everything ICU does but faster and in less code while using UTF-8 > > as its internal storage so we don't have to convert on each and every > > operation. There are a ton of non-obvious things beyond simple string > > manipulation. String collation alone is massively complicated, for example. > > http://www.public-software-group.org/utf8proc-documentation looks interesting. There are other but it has to be chosen very carefully :) https://github.com/josephg/librope claims to be fast and compliant. Added to my list. > Cheers, > Pierre --001a1135350051259304f2707a2a--