Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36226 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75113 invoked from network); 20 Mar 2008 20:32:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2008 20:32:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.162.181 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.162.181 el-out-1112.google.com Received: from [209.85.162.181] ([209.85.162.181:54173] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/E8-09437-7F9C2E74 for ; Thu, 20 Mar 2008 15:32:56 -0500 Received: by el-out-1112.google.com with SMTP id z25so942354ele.0 for ; Thu, 20 Mar 2008 13:32:53 -0700 (PDT) Received: by 10.114.254.1 with SMTP id b1mr4382781wai.132.1206045172841; Thu, 20 Mar 2008 13:32:52 -0700 (PDT) Received: from Macintosh-5.local ( [206.15.64.202]) by mx.google.com with ESMTPS id k37sm3666361waf.55.2008.03.20.13.32.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 20 Mar 2008 13:32:51 -0700 (PDT) Message-ID: <47E2C9F1.9080205@gravitonic.com> Date: Thu, 20 Mar 2008 13:32:49 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Stephen Bach CC: Geoffrey Sneddon , internals@lists.php.net References: <200803172351.12440.stephen@stephenbach.net> <200803181537.16247.stephen@stephenbach.net> <12AD12B5-1C06-411F-9B08-3C9EC8189428@googlemail.com> <200803181825.20056.stephen@stephenbach.net> In-Reply-To: <200803181825.20056.stephen@stephenbach.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [PATCH] Bug 43477 - Unicode error mode ignored From: andrei@gravitonic.com (Andrei Zmievski) Okay. I'm fine with the patch. Stephen Bach wrote: > Sorry for the ambiguity. Allow me to clarify: I meant that U_CONV_ERROR_SKIP > and U_CONV_ERROR_SUBST should work the same as the other error modes. > Otherwise, what's the point of having them? > > -Stephen > > On Tuesday 18 March 2008 06:02:36 pm Geoffrey wrote: >> On 18 Mar 2008, at 19:37, Stephen Bach wrote: >>> Shouldn't U_CONV_ERROR_SKIP and U_CONV_ERROR_SUBST work the same way? >> I guess: U_CONV_ERROR_SKIP is just U_CONV_ERROR_SUBST with the >> substitution string as nothing, though I expect slight speed gains >> could be made by keeping them separate (due to no attempt to even add >> anything after coming across an invalid sequence — though the speed >> gains will be very slight). >> >> >> -- >> Geoffrey Sneddon >> > > >