P
Petr Danes
I started this in the VBScript group and after much furious head-scratching,
one of the respondents suggested that I try this group, on the offhand
chance that it is a Vista problem.
I'm running a Czech OEM version of Vista on a Fujitsu Siemens Amilo
notebook, SP1 installed a few months ago.
The problem I'm having is using a regular expression in VBScript. My match
string includes \x8D, that is, chr(141), but the regexp function fails to
locate occurrences that I know are there. The problem appears to be
specifically with the \x parameter and the 8D value. When I use \x with
other values, it works fine, and when I examine the file I'm scanning with
INSTR, the 141 character is there, but the combination doesn't work. I've
tried switching locales in the script, no help, and all the people who
responded to me says it works fine on their English-speaking machines - only
mine is uncooperative. Does this ring any bells with anyone?
Petr
one of the respondents suggested that I try this group, on the offhand
chance that it is a Vista problem.
I'm running a Czech OEM version of Vista on a Fujitsu Siemens Amilo
notebook, SP1 installed a few months ago.
The problem I'm having is using a regular expression in VBScript. My match
string includes \x8D, that is, chr(141), but the regexp function fails to
locate occurrences that I know are there. The problem appears to be
specifically with the \x parameter and the 8D value. When I use \x with
other values, it works fine, and when I examine the file I'm scanning with
INSTR, the 141 character is there, but the combination doesn't work. I've
tried switching locales in the script, no help, and all the people who
responded to me says it works fine on their English-speaking machines - only
mine is uncooperative. Does this ring any bells with anyone?
Petr