Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Regex \xhh problem

Received: by 10.66.85.136 with SMTP id h8mr1335764paz.46.1349330951282;
        Wed, 03 Oct 2012 23:09:11 -0700 (PDT)
X-BeenThere: scite-interest@googlegroups.com
Received: by 10.68.237.161 with SMTP id vd1ls9318070pbc.3.gmail; Wed, 03 Oct
 2012 23:09:10 -0700 (PDT)
Received: by 10.66.88.42 with SMTP id bd10mr1335543pab.18.1349330950451;
        Wed, 03 Oct 2012 23:09:10 -0700 (PDT)
Received: by 10.66.88.42 with SMTP id bd10mr1335542pab.18.1349330950442;
        Wed, 03 Oct 2012 23:09:10 -0700 (PDT)
Return-Path: <nyamaton...@me.com>
Received: from nk11p08mm-asmtp006.mac.com (nk11p08mm-asmtpout006.mac.com. [17.158.58.251])
        by gmr-mx.google.com with ESMTP id nt8si1635795pbb.1.2012.10.03.23.09.10;
        Wed, 03 Oct 2012 23:09:10 -0700 (PDT)
Received-SPF: pass (google.com: domain of nyamaton...@me.com designates 17.158.58.251 as permitted sender) client-ip=17.158.58.251;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nyamaton...@me.com designates 17.158.58.251 as permitted sender) smtp.mail=nyamaton...@me.com
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from [10.1.1.8] (124-171-27-243.dyn.iinet.net.au [124.171.27.243])
 by nk11p08mm-asmtp006.mac.com
 (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan
  3 2012)) with ESMTPSA id <0MBC0020XUF7S...@nk11p08mm-asmtp006.mac.com> for
 scite-interest@googlegroups.com; Thu, 04 Oct 2012 06:09:10 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
 engine=2.50.10432:5.7.7855,1.0.431,0.0.0000
 definitions=2012-10-04_02:2012-10-04,2012-10-04,1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam
 adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001
 definitions=main-1210030414
Subject: Re: [scite] Regex \xhh problem
From: Neil Hodgson <nyamaton...@me.com>
In-reply-to: <872A9D45-0888-4785-9494-5C443DDE967A@me.com>
Date: Thu, 04 Oct 2012 16:09:06 +1000
Message-id: <FEE144F8-4239-4ECC-852A-77E6A40D7...@me.com>
References: <3c773ae8-4da0-4455-889c-70cff6fb6873@googlegroups.com>
 <k3uujf$qa...@ger.gmane.org> <872A9D45-0888-4785-9494-5C443DDE9...@me.com>
To: scite-interest@googlegroups.com
X-Mailer: Apple Mail (2.1283)

Me:

>   Looks like it needs an <unsigned char> cast for the ci.CharAt expression inside the CHR case in RESearch::Execute to match the type of 'c'.

   Committed fix.

   Neil