Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72707 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97635 invoked from network); 20 Feb 2014 15:05:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2014 15:05:20 -0000 Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.214.46 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 209.85.214.46 mail-bk0-f46.google.com Received: from [209.85.214.46] ([209.85.214.46:54833] helo=mail-bk0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/A5-00813-EA916035 for ; Thu, 20 Feb 2014 10:05:19 -0500 Received: by mail-bk0-f46.google.com with SMTP id r7so661090bkg.33 for ; Thu, 20 Feb 2014 07:05:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=YrAvYzaG3iivr4NYYkLpWCq+ZaJUcsbsnFWhgHXjRsY=; b=HOQPYjIWLThdX5dh2F/2/CStX7Cst5pENhXbBFNfiAZRQM8sSZQyJMiXURDnPNFLb0 BEsXUjGsr0Wfhp8nhvMZGUXTUbYG/k/LCPRn/iv9oJ9wBDql/U7lwrTscT8sSA3u2CO8 S9Ubq/S+FwUW60UkryGuYd2Gh/p7gqNB7a3CIZtHgSdi9wSeKeYkBK6Hm9FHjXN39rGz Cw+3BuXcSLGJSndoJl0h6nI5buP/ul4vCvoWguBIh2x1ZifqTtqPqyuaXx/LVTpL2SCw 1taaeJBtBhZyeLwlpRBu1iD8dMgTQjc2lqLtIH8oY9HA72TXNN69XK4ePZ9VmE/I05H6 LMAw== X-Received: by 10.204.248.4 with SMTP id me4mr731012bkb.185.1392908715436; Thu, 20 Feb 2014 07:05:15 -0800 (PST) Received: from [192.168.1.115] (mnch-4d04edd5.pool.mediaWays.net. [77.4.237.213]) by mx.google.com with ESMTPSA id bh9sm3912101bkb.16.2014.02.20.07.05.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Feb 2014 07:05:14 -0800 (PST) Message-ID: <53061982.2050901@googlemail.com> Date: Thu, 20 Feb 2014 16:04:34 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Pierre Joye CC: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [php6] Unicode support, options? From: cryptocompress@googlemail.com (Crypto Compress) Hi Pierre, > Thoughts, comments or ideas? it may be crazy to even think about it, but my idea is to mix the "worst" (C++ *and* ICU) to get the ultimate unicode foundation. Boost.Locale: http://www.boost.org/doc/libs/1_55_0/libs/locale/doc/html/rationale.html#why_icu cryptocompress