Parent Directory
|
Revision Log
|
Patch
revision 85 by nigel, Sat Feb 24 21:41:13 2007 UTC | revision 87 by nigel, Sat Feb 24 21:41:21 2007 UTC | |
---|---|---|
# | Line 1 | Line 1 |
PCRE version 6.4 05-Sep-2005 | ||
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 | / End of testinput4 / | / End of testinput4 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |