Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53501 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44072 invoked from network); 22 Jun 2011 05:24:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2011 05:24:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 77.240.252.9 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 77.240.252.9 avilys.eik.lt Linux 2.6 Received: from [77.240.252.9] ([77.240.252.9:50542] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/80-33409-D9C710E4 for ; Wed, 22 Jun 2011 01:24:46 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id C113F1F52E8 for ; Wed, 22 Jun 2011 08:24:42 +0300 (EEST) Received: from 89.117.243.195 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Wed, 22 Jun 2011 08:24:42 +0300 (EEST) Message-ID: <52139.5975f3c3.1308720282.nsm@avilys.eik.lt> In-Reply-To: <4E00FEAC.3040500@thelounge.net> References: <4DFF7A12.8060808@sugarcrm.com> <4E00818C.7040201@lsces.co.uk> <4E008EA3.4000403@lsces.co.uk> <41269.5975f3c3.1308671739.nsm@avilys.eik.lt> <4E00C370.9040803@thelounge.net> <4E00C5D0.9020302@thelounge.net> <57392.5975f3c3.1308676323.nsm@avilys.eik.lt> <4E00DA33.9040504@thelounge.net> <58008.5975f3c3.1308687593.nsm@avilys.eik.lt> <4E00FEAC.3040500@thelounge.net> Date: Wed, 22 Jun 2011 08:24:42 +0300 (EEST) To: internals@lists.php.net User-Agent: NaSMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: =?utf-8?Q?Re:_[PHP-DEV]_foreach=28=29_for_strings?= From: tokul@users.sourceforge.net ("Tomas Kuliavas") 2011.06.21 23:27 Reindl Harald rašė: > i do not understand any word and miss a simple str_is_utf8() Such function uses six lines in PHP. You can write your own. I need locale insensitive casecmp, typecasting to unsigned 32bit int and bunch of other functions in PHP. Do I have wait for PHP implementation or just write my own functions? -- Tomas