Parent Directory
|
Revision Log
|
Patch
| revision 75 by nigel, Sat Feb 24 21:40:37 2007 UTC | revision 96 by nigel, Fri Mar 2 13:10:43 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| PCRE version 5.0 13-Sep-2004 | ||
| 1 | /-- Do not use the \x{} construct except with patterns that have the --/ | /-- Do not use the \x{} construct except with patterns that have the --/ |
| 2 | /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ | /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ |
| 3 | No match | No match |
| # | Line 900 No match | Line 898 No match |
| 898 | \x{85} | \x{85} |
| 899 | 0: \x{85} | 0: \x{85} |
| 900 | ||
| 901 | /^ሴ/8 | |
| 902 | ሴ | |
| 903 | 0: \x{1234} | |
| 904 | ||
| 905 | /^\ሴ/8 | |
| 906 | ሴ | |
| 907 | 0: \x{1234} | |
| 908 | ||
| 909 | "(?s)(.{1,5})"8 | |
| 910 | abcdefg | |
| 911 | 0: abcde | |
| 912 | 1: abcde | |
| 913 | ab | |
| 914 | 0: ab | |
| 915 | 1: ab | |
| 916 | ||
| 917 | /a*\x{100}*\w/8 | |
| 918 | a | |
| 919 | 0: a | |
| 920 | ||
| 921 | / End of testinput4 / | / End of testinput4 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |