Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79210 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48243 invoked from network); 27 Nov 2014 01:21:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2014 01:21:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.50 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.50 mail-pa0-f50.google.com Received: from [209.85.220.50] ([209.85.220.50:61801] helo=mail-pa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/31-40216-0BC76745 for ; Wed, 26 Nov 2014 20:21:53 -0500 Received: by mail-pa0-f50.google.com with SMTP id bj1so3923256pad.37 for ; Wed, 26 Nov 2014 17:21:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=50AXbWj47fshy9vXH45GgGn5JBteeTv522hnqPGK7eU=; b=YCy2VpNDjIVC4uper1NHihCJ4v5KGt3xRa+0sqXwZXc9uuqTEOiREfxbRjIaZSBk51 nuDzZ6L8Rj6RO9q6tTDy3QLEvWuJYREG6wNK6J5Onf8Sk94HGk/XKG2mlU9RFIfeF2Lr heK6+WG3YL4iYBqfoCUt1F/lkiAecnyeNQZBMiScVSR8s0lvUOVXA7EF9Stl/Z5KSivy yZDjGlyDMXcLHBJCqTUHJC1PJm0G02LDIWcBmER2PgtSz9jN2VHX73lqCqwkdNnnVJnK OeeoJFXY4zNqlzYGR9g9Plp1J03Bks0mWR88H7A8wht1fiOpXpa3NRMZHVq2NTIkEc6H NCVQ== X-Received: by 10.68.163.65 with SMTP id yg1mr57477744pbb.21.1417051310160; Wed, 26 Nov 2014 17:21:50 -0800 (PST) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id v4sm5447398pbs.10.2014.11.26.17.21.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Nov 2014 17:21:49 -0800 (PST) Message-ID: <54767CAC.9060608@gmail.com> Date: Wed, 26 Nov 2014 17:21:48 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Sara Golemon , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] IntlChar class and intl_char_*() functions From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > 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 Sounds like a good idea, even for 5.6. -- Stas Malyshev smalyshev@gmail.com