Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50271 invoked from network); 19 Dec 2014 00:25:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2014 00:25:52 -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.217.171 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:61515] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/00-49644-E8073945 for ; Thu, 18 Dec 2014 19:25:50 -0500 Received: by mail-lb0-f171.google.com with SMTP id w7so6372lbi.16 for ; Thu, 18 Dec 2014 16:25:47 -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=1kANYRA8rKbfmrCSJkfJm8tO8DOzBcnOYU2Qba0+T0s=; b=LS5RLmlHHirKBCHqk5a75lTWFVbdGSRgZ2uGvcfjVneXFhr7856yLOoZUyl3JtEtKK sm0b5JQnOvXrJo/PyjIR58SeirAljl98Odhi9XxSnn/0AIMy5dFGCXQKvOxtnp+CaQzj M/8oWMX4BXfi7i40UFVJF10fAAavy+j/QhlXmfNbFQgXHbnpI7FbCESLcXz8WoDVNON3 V8WKEl8W/c87stRMVeRFh3m1Uh0zsUTDauTAvIaQdR+6Klsu0aLE164j4SaEumDYPeHm FAbBhSrTstBwMgHduGsw56BZPMkZ47VWiIYwDbtTFEXKI96PvpLh8vGsH+4KHXElfcST bStQ== X-Gm-Message-State: ALoCoQmxCeKLk257FRGmwsOe802UNZmKqBkvDq6GOKWETyPeVI7C+jKYm2oO1ORA7be3zoQVAUh3 MIME-Version: 1.0 X-Received: by 10.112.164.240 with SMTP id yt16mr5051157lbb.34.1418948747405; Thu, 18 Dec 2014 16:25:47 -0800 (PST) Sender: php@golemon.com Received: by 10.112.130.138 with HTTP; Thu, 18 Dec 2014 16:25:47 -0800 (PST) X-Originating-IP: [2620:10d:c082:1003:22c9:d0ff:fe87:295b] In-Reply-To: References: Date: Thu, 18 Dec 2014 16:25:47 -0800 X-Google-Sender-Auth: 1H_HWfjhj7SlGzDqxqGL0PmbBis 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 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 > FYI- I plan to open voting on this on Monday the 22nd with a 3-week voting window (to account for the holiday). If you have any comments, please make them over the next four days. -Sara