Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71180 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9813 invoked from network); 16 Jan 2014 11:39:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2014 11:39:04 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:45643] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/A3-24763-6D4C7D25 for ; Thu, 16 Jan 2014 06:39:03 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 7DC93DEA73; Thu, 16 Jan 2014 11:38:59 +0000 (GMT) Date: Thu, 16 Jan 2014 11:38:59 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Stas Malyshev cc: Yasuo Ohgaki , "mails@thomasbley.de" , "internals@lists.php.net" In-Reply-To: <52D7889D.4010705@sugarcrm.com> Message-ID: References: <20140116023616.A43BF26437F@dd15934.kasserver.com> <52D7889D.4010705@sugarcrm.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: [RFC] Multibyte char handling From: derick@php.net (Derick Rethans) On Wed, 15 Jan 2014, Stas Malyshev wrote: > Hi! > > > We need few more basic functions like trim(). > > This is different issue, but I may work on it. > > It feels like we will end up with creating clones of pretty every string > function there is. Not sure it is the best approach... No, the best approach is to have "proper" unicode support in PHP, a la "PHP 6". Then at least the duplication happens for us devs and not users. cheers, Derick