Hi Eugene!
On Thu, 12 Aug 2004 13:08:01 +0400, Eugeny.Sattler@RU.NESTLE.com wrote:
- I have discovered that \w does not match with russian characters
on my russian winNT.
\w should take locale settings into account , shouldn't it?
character class like [firstRussianLetter-LastRussianLetter] does work
- I have discovered that I can not turn off case sensitivity using
construction like (?-i)regex_here
Regex Coach doesn't work well with Eastern European character sets - see:
http://weitz.de/regex-coach/#bugs
This is something I can't fix, sorry.
My version is 0.5.2
The current version is 0.6.7, you should upgrade. (That won't help with your problems, though.)
Cheers, Edi.
PS: Please use the mailing list for bug reports,