Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72708 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1080 invoked from network); 20 Feb 2014 15:44:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2014 15:44:16 -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.47 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.47 mail-qa0-f47.google.com Received: from [209.85.216.47] ([209.85.216.47:63544] helo=mail-qa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/06-00813-DC226035 for ; Thu, 20 Feb 2014 10:44:14 -0500 Received: by mail-qa0-f47.google.com with SMTP id j5so3180283qaq.34 for ; Thu, 20 Feb 2014 07:44:11 -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=oh40KgHdi+TYCgzJbb5H6DPAFd6SJGU5wSjyf/4yn+E=; b=hZqemhgczREZXEjCFw7MoSQMAfaPfhL+Zv3bacMDtIfiq6Wgh/k3YrcX6PiOZ3rkYK WKT5Qbgg+0DHOLbwaRoNOdBh28j8eWWXvFqd9C4qXoL/LFT0IQCVhCNIs+r09H4+CqP8 WmPbAHP/Pgy3CPJowm7xxXrcr64IoJtE3DcI16INh42aDjMTJSeTVvjERefP4rBpGpOe sYRSJRHyPZOs4/crmdcgNN6aLTRGPVK3al96W0J7eToTuH7Hp1sXoEnKoDW/ypILMXuW BZUFIPlnPEuMp4GpVF2Qu4DubMUkZUfe1l+yrfAg0IFyLQsyzhabPk4wkwkkd1ru3tXP TIag== MIME-Version: 1.0 X-Received: by 10.229.193.136 with SMTP id du8mr2514931qcb.11.1392911050073; Thu, 20 Feb 2014 07:44:10 -0800 (PST) Received: by 10.140.18.145 with HTTP; Thu, 20 Feb 2014 07:44:10 -0800 (PST) Received: by 10.140.18.145 with HTTP; Thu, 20 Feb 2014 07:44:10 -0800 (PST) In-Reply-To: <53061982.2050901@googlemail.com> References: <53061982.2050901@googlemail.com> Date: Thu, 20 Feb 2014 16:44:10 +0100 Message-ID: To: Crypto Compress Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c2451858070e04f2d860eb Subject: Re: [PHP-DEV] [php6] Unicode support, options? From: pierre.php@gmail.com (Pierre Joye) --001a11c2451858070e04f2d860eb Content-Type: text/plain; charset=UTF-8 On Feb 20, 2014 10:05 PM, "Crypto Compress" wrote: > > 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 > Mainly because we like to use UTF-8 storage. Also pure c++ api is not an option yet. Unless we rewrite php in c++ but then I would go with a 3-4 years Dev phase, not really what I am looking for. Cheers Pierre --001a11c2451858070e04f2d860eb--