From: matz@... (Yukihiro Matsumoto) Date: 2002-05-15T06:22:17+09:00 Subject: Re: UTF8 and Regexp Hi, In message "Re: UTF8 and Regexp" on 02/05/14, Bob Hutchison writes: |Now, I admit I'm using a version of Ruby 1.7.2 from Dec 27 2001 so maybe an |upgrade is in order. I'm also using Mac OS X. If this is the reason I |apologise. A bug in regex.c. It will be fixed soon. If you can't wait, change p += 4; around regex.c line 1053 (in calculate_must_string) to p += 8; Forgive me about stupid bugs. matz.