Parent Directory
|
Revision Log
|
Patch
revision 87 by nigel, Sat Feb 24 21:41:21 2007 UTC | revision 91 by nigel, Sat Feb 24 21:41:34 2007 UTC | |
---|---|---|
# | Line 1107 Options: anchored utf8 | Line 1107 Options: anchored utf8 |
1107 | No first char | No first char |
1108 | No need char | No need char |
1109 | ||
1110 | /\777/I | |
1111 | Failed: octal value is greater than \377 (not in UTF-8 mode) at offset 3 | |
1112 | ||
1113 | /\777/8I | |
1114 | Capturing subpattern count = 0 | |
1115 | Options: utf8 | |
1116 | First char = 199 | |
1117 | Need char = 191 | |
1118 | \x{1ff} | |
1119 | 0: \x{1ff} | |
1120 | \777 | |
1121 | 0: \x{1ff} | |
1122 | ||
1123 | / End of testinput5 / | / End of testinput5 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |