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
Regex \xhh problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
zetah  
View profile  
 More options Sep 26 2012, 8:46 am
From: zetah <klo...@gmail.com>
Date: Wed, 26 Sep 2012 05:46:15 -0700 (PDT)
Local: Wed, Sep 26 2012 8:46 am
Subject: Regex \xhh problem
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Philippe Lhoste  
View profile  
 More options Sep 26 2012, 9:06 am
From: Philippe Lhoste <Phi...@GMX.net>
Date: Wed, 26 Sep 2012 15:05:49 +0200
Local: Wed, Sep 26 2012 9:05 am
Subject: Re: Regex \xhh problem
On 26/09/2012 14:46, zetah wrote:

Looks like a signed char issue, as it works for \x01, for example.
If you activate (also) the \r\n option (transform escapes), it will work...

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zetah  
View profile  
 More options Sep 26 2012, 9:33 am
From: zetah <klo...@gmail.com>
Date: Wed, 26 Sep 2012 06:33:42 -0700 (PDT)
Local: Wed, Sep 26 2012 9:33 am
Subject: Re: Regex \xhh problem

On Wednesday, September 26, 2012 3:06:12 PM UTC+2, PhiLho wrote:

> If you activate (also) the \r\n option (transform escapes), it will
> work...

Seems so. Backslash expressions handle this while regex not
Thanks for the tip

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Neil Hodgson  
View profile  
 More options Sep 26 2012, 7:53 pm
From: Neil Hodgson <nyamaton...@me.com>
Date: Thu, 27 Sep 2012 09:53:22 +1000
Local: Wed, Sep 26 2012 7:53 pm
Subject: Re: [scite] Regex \xhh problem
Philippe Lhoste:

> Looks like a signed char issue, as it works for \x01, for example.
> If you activate (also) the \r\n option (transform escapes), it will work…

   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'.

   Neil


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Neil Hodgson  
View profile  
 More options Oct 4 2012, 2:09 am
From: Neil Hodgson <nyamaton...@me.com>
Date: Thu, 04 Oct 2012 16:09:06 +1000
Local: Thurs, Oct 4 2012 2:09 am
Subject: Re: [scite] Regex \xhh problem
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »