Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36200 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8678 invoked from network); 18 Mar 2008 22:25:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2008 22:25:34 -0000 Authentication-Results: pb1.pair.com header.from=stephen@stephenbach.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=stephen@stephenbach.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain stephenbach.net from 141.161.88.35 cause and error) X-PHP-List-Original-Sender: stephen@stephenbach.net X-Host-Fingerprint: 141.161.88.35 uis-ironport-4.georgetown.edu Received: from [141.161.88.35] ([141.161.88.35:52188] helo=uis-ironport-4.georgetown.edu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/B3-06623-C5140E74 for ; Tue, 18 Mar 2008 17:25:33 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAJLe30eNoVjY/2dsb2JhbACpNg Received: from postoffice-4.georgetown.edu (HELO uis-gumail-9-stage2.georgetown.edu) ([141.161.88.216]) by uis-ironport-4.georgetown.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Mar 2008 18:25:30 -0400 Received: from uis-gumail-9.georgetown.edu (postoffice-4.georgetown.edu [141.161.88.216]) by uis-gumail-9-stage2.georgetown.edu (8.13.6/8.12.10) with ESMTP id m2IMPTYn002288 for ; Tue, 18 Mar 2008 18:25:29 -0400 (EDT) Received: from [141.161.17.152] ([141.161.17.152]) (user=shb24 mech=PLAIN bits=0) by uis-gumail-9.georgetown.edu (8.13.6/8.12.10) with ESMTP id m2IMPLGi002270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 18 Mar 2008 18:25:22 -0400 (EDT) To: Geoffrey Sneddon Date: Tue, 18 Mar 2008 18:25:19 -0400 User-Agent: KMail/1.9.6 References: <200803172351.12440.stephen@stephenbach.net> <200803181537.16247.stephen@stephenbach.net> <12AD12B5-1C06-411F-9B08-3C9EC8189428@googlemail.com> In-Reply-To: <12AD12B5-1C06-411F-9B08-3C9EC8189428@googlemail.com> Cc: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-ID: <200803181825.20056.stephen@stephenbach.net> X-GU-FilterVersion: 1.29 X-Scanned-By: MIMEDefang 2.39 Subject: Re: [PHP-DEV] [PATCH] Bug 43477 - Unicode error mode ignored From: stephen@stephenbach.net (Stephen Bach) Sorry for the ambiguity. Allow me to clarify: I meant that U_CONV_ERROR_SKI= P=20 and U_CONV_ERROR_SUBST should work the same as the other error modes.=20 Otherwise, what's the point of having them? =2DStephen 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 =97 though the speed > gains will be very slight). > > > -- > Geoffrey Sneddon >