--- code/trunk/ChangeLog 2007/11/13 11:07:16 264 +++ code/trunk/ChangeLog 2007/11/14 11:35:48 265 @@ -10,6 +10,9 @@ 2. Negative specials like \S did not work in character classes in UTF-8 mode. Characters greater than 255 were excluded from the class instead of being included. + +3. The same bug as (2) above applied to negated POSIX classes such as + [:^space:]. Version 7.4 21-Sep-07