| 21 |
4. Caseless matching was not working for non-ASCII characters in back |
4. Caseless matching was not working for non-ASCII characters in back |
| 22 |
references. For example, /(\x{de})\1/8i was not matching \x{de}\x{fe}. |
references. For example, /(\x{de})\1/8i was not matching \x{de}\x{fe}. |
| 23 |
It now works when Unicode Property Support is available. |
It now works when Unicode Property Support is available. |
| 24 |
|
|
| 25 |
|
5. In pcretest, an escape such as \x{de} in the data was always generating |
| 26 |
|
a UTF-8 string, even in non-UTF-8 mode. Now it generates a single byte in |
| 27 |
|
non-UTF-8 mode. If the value is greater than 255, it gives a warning about |
| 28 |
|
truncation. |
| 29 |
|
|
| 30 |
|
|
| 31 |
Version 7.7 07-May-08 |
Version 7.7 07-May-08 |