Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54674 invoked from network); 30 Oct 2012 22:18:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2012 22:18:31 -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.223.170 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:37809] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/80-51568-43250905 for ; Tue, 30 Oct 2012 17:18:30 -0500 Received: by mail-ie0-f170.google.com with SMTP id c12so1386431ieb.29 for ; Tue, 30 Oct 2012 15:18:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :x-gm-message-state; bh=ZZwEPYBxclTcH4bwSwcFkNsq23QeAAUoC5XPaOSkhaI=; b=jt4V7Vu+EXrPHspfQAPie0+ZkKZ3YEwwBx5XCOg3p7PHLuC9V7gr2khfU5WfJ7vJAh J0Qk5zWfv75h/29T6wDJAv5t2VV0sU9cJoSyh0yBvvnLB9KUWtgkQNkCNQT3UKWIu3wx R4qa6/U1eoVmJkp8mMyzN5ScEJLmRLiOiLWPbHiZxccCyK6ZEGAcIim1EAOvR9/75o1c 9ouljyc9FPaJOI2C1gYFVaeVj3+uGt4jtSQs8L5WVjNQZ5T9Z1OUZ6PYLIJhfQT+asbL 7p4y4FJBVaQNw8RH+GI+Uo3agIs61aXE2R3t8hrx3XT+y1Toyc7c+BJB4F6GNayj8RVR AgwQ== MIME-Version: 1.0 Received: by 10.50.40.225 with SMTP id a1mr2982879igl.7.1351635505606; Tue, 30 Oct 2012 15:18:25 -0700 (PDT) Sender: php@golemon.com Received: by 10.64.21.193 with HTTP; Tue, 30 Oct 2012 15:18:25 -0700 (PDT) X-Originating-IP: [2620:0:1cfe:10:68d6:da3:b512:6f22] In-Reply-To: References: <509006DA.6030200@sugarcrm.com> Date: Tue, 30 Oct 2012 15:18:25 -0700 X-Google-Sender-Auth: Mtz5OVJhyT9H7Fx3lRYd50WgfMM Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmHor8dHnlRqP4NI4hAT4eoUTwigPEZ10w0UtmGvyVNLfPYkqoGJMc2lxbfNZ7EU/MEsVl2 Subject: Re: [PHP-DEV] [RFC] ICU UConverter implementation for ext/intl From: pollita@php.net (Sara Golemon) With the exception of renaming the UConverter::UCNV_* constants to remove the UCNV_ prefix, I believe I've addressed the concerns thus far. ((Waiting to hear if anyone else wants to weigh in on the contants)) The RFC has been updated accordingly.+