Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95259 invoked from network); 2 Jul 2015 17:44:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2015 17:44:14 -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.175 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:34429] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/41-01734-B6875955 for ; Thu, 02 Jul 2015 13:44:12 -0400 Received: by lbnk3 with SMTP id k3so36491260lbn.1 for ; Thu, 02 Jul 2015 10:44:08 -0700 (PDT) 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:cc:content-type; bh=okyBHtjRyKhrVfY0SvvX/F79jlFElLRmAs3M6PuPmac=; b=bK50kh0CKv0E2PCGFjm1XU8FktOZ6BVJyboh7PKjT9I6qch11UdHJssO9afSkZS5xj ooHZUqQnU1/BhQA1NAHbAtgpmdaAsmLNwU9LUW85ZcN13KTdx62jpjx/pk5tAA8fIsFt mBqu504vF5VRYWvV8Dv5zjpabQc1jzBanOjnRacCkKABXX5/lOByPHL2RlPdM3fJsVUm GzgZFyAaUvub14RWUqNWL1cKDHk0fRjYacl+wFGSnJ4ocUR+Qe9SQ3J7gOD7+/0FERnW 7hdesSnXRz0SYXx7jROFreZFj4BDWVM392l5HUDUzI7l5Fi7qeM+hwucs+U/Xq6LfFaa hLOg== X-Gm-Message-State: ALoCoQmAQeY2qx73MyA0BOPPwNSwv/nprytWAZJhKU1TDi6w4C3FSFh6mXAvOSOc//94LsCZKOfX MIME-Version: 1.0 X-Received: by 10.152.179.162 with SMTP id dh2mr3134666lac.53.1435859048622; Thu, 02 Jul 2015 10:44:08 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.11.134 with HTTP; Thu, 2 Jul 2015 10:44:08 -0700 (PDT) X-Originating-IP: [2620:10d:c082:1055:22c9:d0ff:fe87:295b] In-Reply-To: <55953FE5.3070102@hoa-project.net> References: <1413875212.2624.3.camel@localhost.localdomain> <55953FE5.3070102@hoa-project.net> Date: Thu, 2 Jul 2015 10:44:08 -0700 X-Google-Sender-Auth: J9dc9r7cFJe3hjstG4Toy_U1T_s Message-ID: To: "Ivan Enderlin@Hoa" Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] UString From: pollita@php.net (Sara Golemon) On Thu, Jul 2, 2015 at 6:43 AM, "Ivan Enderlin"@Hoa wrote: > Just a small detail. Please, choose another name. The `Hoa\String` > https://packagist.org/packages/hoa/string library has been renamed to > `Hoa\Ustring` because of PHP7. So, please, don't force us to rename the > library again ;-). > As replied by others, no need for concern on that front. As \UString and Hoa\UString can live side-by-side. However, I would like to bump my earlier suggestion to go with "IntlString" and make this functionality be part of the intl extension. >> I'd also recommend "IntlString" rather than "UString" as nearly all >> the Intl classes follow this convention. The one notable exception >> being UConverter (which yes, I added, and I regret the departure in >> naming). >> -Sara