Parent Directory
|
Revision Log
|
Patch
revision 190 by ph10, Thu Jul 19 10:38:20 2007 UTC | revision 211 by ph10, Thu Aug 9 09:52:43 2007 UTC | |
---|---|---|
# | Line 238 can't tell the difference.) --/ | Line 238 can't tell the difference.) --/ |
238 | \xf9\x87\x80\x80\x80 | \xf9\x87\x80\x80\x80 |
239 | \xfc\x84\x80\x80\x80\x80 | \xfc\x84\x80\x80\x80\x80 |
240 | \xfd\x83\x80\x80\x80\x80 | \xfd\x83\x80\x80\x80\x80 |
241 | \?\xf8\x88\x80\x80\x80 | |
242 | \?\xf9\x87\x80\x80\x80 | |
243 | \?\xfc\x84\x80\x80\x80\x80 | |
244 | \?\xfd\x83\x80\x80\x80\x80 | |
245 | ||
246 | /\x{100}abc(xyz(?1))/8DZ | /\x{100}abc(xyz(?1))/8DZ |
247 | ||
# | Line 395 can't tell the difference.) --/ | Line 399 can't tell the difference.) --/ |
399 | ||
400 | /.*$/8<any> | /.*$/8<any> |
401 | \x{1ec5} | \x{1ec5} |
402 | ||
403 | /-- This tests the stricter UTF-8 check according to RFC 3629. --/ | |
404 | ||
405 | /X/8 | |
406 | \x{0}\x{d7ff}\x{e000}\x{10ffff} | |
407 | \x{d800} | |
408 | \x{d800}\? | |
409 | \x{da00} | |
410 | \x{da00}\? | |
411 | \x{dfff} | |
412 | \x{dfff}\? | |
413 | \x{110000} | |
414 | \x{110000}\? | |
415 | \x{2000000} | |
416 | \x{2000000}\? | |
417 | \x{7fffffff} | |
418 | \x{7fffffff}\? | |
419 | ||
420 | / End of testinput5 / | / End of testinput5 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |