in reply to High bit bug in RE?

Got it! I had to tell C to compare the characters as unsigned char instead of char.

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker.
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re: Re: High bit bug in RE?
by tommyw (Hermit) on Sep 14, 2001 at 19:31 UTC
    Glad to hear it. But, um... does that help me, or just the next version of Perl?
      You could recompile Perl if you want if you make the adjustment to the source code. Or you could change the way the regex is written.

      _____________________________________________________
      Jeff[japhy]Pinyan: Perl, regex, and perl hacker.
      s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;