Parent Directory
|
Revision Log
|
Patch
| revision 218 by ph10, Thu Aug 16 10:13:23 2007 UTC | revision 219 by ph10, Thu Aug 16 11:46:40 2007 UTC | |
|---|---|---|
| # | Line 137 Version 7.3 09-Aug-07 | Line 137 Version 7.3 09-Aug-07 |
| 137 | ||
| 138 | (c) A pattern such as \p{Yi}+(\P{Yi}+)(?1) could give an incorrect | (c) A pattern such as \p{Yi}+(\P{Yi}+)(?1) could give an incorrect |
| 139 | "reference to non-existent subpattern" error. | "reference to non-existent subpattern" error. |
| 140 | ||
| 141 | 24. A repeated \S or \W in UTF-8 mode could give wrong answers when multibyte | |
| 142 | characters were involved (for example /\S{2}/8g with "A\x{a3}BC"). | |
| 143 | ||
| 144 | ||
| 145 | Version 7.2 19-Jun-07 | Version 7.2 19-Jun-07 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |