Parent Directory
|
Revision Log
|
Patch
revision 71 by nigel, Sat Feb 24 21:40:24 2007 UTC | revision 87 by nigel, Sat Feb 24 21:41:21 2007 UTC | |
---|---|---|
# | Line 176 | Line 176 |
176 | ||
177 | /[z-\x{100}]/8D | /[z-\x{100}]/8D |
178 | ||
/[z-\x{100}]/8Di | ||
179 | /[z\Qa-d]Ä€\E]/8D | /[z\Qa-d]Ä€\E]/8D |
180 | \x{100} | \x{100} |
181 | Ā | Ā |
# | Line 217 | Line 215 |
215 | /ÃÃÃxxx/8?D | /ÃÃÃxxx/8?D |
216 | ||
217 | /abc/8 | /abc/8 |
218 | Ã] | Ã] |
219 | Ã | Ã |
220 | ÃÃÃ | ÃÃÃ |
221 | ÃÃÃ\? | ÃÃÃ\? |
222 | ||
223 | /anything/8 | |
224 | \xc0\x80 | |
225 | \xc1\x8f | |
226 | \xe0\x9f\x80 | |
227 | \xf0\x8f\x80\x80 | |
228 | \xf8\x87\x80\x80\x80 | |
229 | \xfc\x83\x80\x80\x80\x80 | |
230 | \xfe\x80\x80\x80\x80\x80 | |
231 | \xff\x80\x80\x80\x80\x80 | |
232 | \xc3\x8f | |
233 | \xe0\xaf\x80 | |
234 | \xe1\x80\x80 | |
235 | \xf0\x9f\x80\x80 | |
236 | \xf1\x8f\x80\x80 | |
237 | \xf8\x88\x80\x80\x80 | |
238 | \xf9\x87\x80\x80\x80 | |
239 | \xfc\x84\x80\x80\x80\x80 | |
240 | \xfd\x83\x80\x80\x80\x80 | |
241 | ||
242 | /\x{100}abc(xyz(?1))/8D | |
243 | ||
244 | /[^\x{100}]abc(xyz(?1))/8D | |
245 | ||
246 | /[ab\x{100}]abc(xyz(?1))/8D | |
247 | ||
248 | /(\x{100}(b(?2)c))?/D8 | |
249 | ||
250 | /(\x{100}(b(?2)c)){0,2}/D8 | |
251 | ||
252 | /(\x{100}(b(?1)c))?/D8 | |
253 | ||
254 | /(\x{100}(b(?1)c)){0,2}/D8 | |
255 | ||
256 | /\W/8 | |
257 | A.B | |
258 | A\x{100}B | |
259 | ||
260 | /\w/8 | |
261 | \x{100}X | |
262 | ||
263 | /a\x{1234}b/P8 | |
264 | a\x{1234}b | |
265 | ||
266 | /^\ሴ/8D | |
267 | ||
268 | / End of testinput5 / | / End of testinput5 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |