Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80655 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35996 invoked from network); 16 Jan 2015 17:20:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2015 17:20:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:59263] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/72-23044-27849B45 for ; Fri, 16 Jan 2015 12:20:51 -0500 Received: by mail-la0-f52.google.com with SMTP id hs14so20090513lab.11 for ; Fri, 16 Jan 2015 09:20:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=VTEK/4C+fLnkWwMS0KOPvAkfvq5i1mBVAiG80e0hMBk=; b=aOTUVMB+FgwhfbYExbLB3xuzDXBGirthkpv5sWntD6mysMomktoC/Ql10OOp9SiKDw gNzz0TGRfhFKjz8UwPDhgdTLROdTTAE2wnjtVT5zuG23FpAFcH4JBYTjMvwkQMQCSo2O G0QSpEkRNkkqwcXnnfYERwDalOcxpHZEAkaxAc+jn3+pWtNIioIhvqqgMkkhVMTNBvqq 3rH7N9XLKmlBuj5AQTdxYNEmolI5wMeMq7W2sALdXYbGdoEMU9k6oKEOm/R4C1H1Wtpq +nqECtUazahAVAaRW9EtR51xHPromEazd6EI9AyS+LvwnjY/RsnRCspzkp2QO9NouE6P 4zlQ== X-Gm-Message-State: ALoCoQkdtZQt5r0et7SSlTAtIbXj3mosr4UU6eAgJ/7uwG4LriOUdrV9jstBV6HFHFXUKJ68z2xl MIME-Version: 1.0 X-Received: by 10.152.43.103 with SMTP id v7mr16904293lal.29.1421428847778; Fri, 16 Jan 2015 09:20:47 -0800 (PST) Sender: php@golemon.com Received: by 10.112.126.65 with HTTP; Fri, 16 Jan 2015 09:20:47 -0800 (PST) X-Originating-IP: [184.250.45.95] In-Reply-To: References: Date: Fri, 16 Jan 2015 09:20:47 -0800 X-Google-Sender-Auth: nhAeyOmsambKnBfQSSfrH_kxA8Y Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC] IntlChar class and intl_char_*() functions From: pollita@php.net (Sara Golemon) On Thu, Dec 25, 2014 at 6:20 PM, Sara Golemon wrote: > On Mon, Nov 24, 2014 at 8:47 PM, Sara Golemon wrote: >> While playing around with Andrea's unicode literals syntax proposal, I >> was reminded of just how little of ICU is exposed. I've put up a >> short proposal for adding IntlChar exporting these APIs as static >> methods (with a matching non-oop interface). >> >> https://wiki.php.net/rfc/intl.char >> > Better late than never, voting is open until 2015-01-16 06:00 UTC > After 3 week voting period, IntlChar is now accepted 14-0 I'll land it in both projects shortly. -Sara