Parent Directory
|
Revision Log
|
Patch
revision 192 by ph10, Mon Jul 30 11:23:21 2007 UTC | revision 211 by ph10, Thu Aug 9 09:52:43 2007 UTC | |
---|---|---|
# | Line 887 No match | Line 887 No match |
887 | \xf1\x8f\x80\x80 | \xf1\x8f\x80\x80 |
888 | No match | No match |
889 | \xf8\x88\x80\x80\x80 | \xf8\x88\x80\x80\x80 |
890 | No match | Error -10 |
891 | \xf9\x87\x80\x80\x80 | \xf9\x87\x80\x80\x80 |
892 | No match | Error -10 |
893 | \xfc\x84\x80\x80\x80\x80 | \xfc\x84\x80\x80\x80\x80 |
894 | No match | Error -10 |
895 | \xfd\x83\x80\x80\x80\x80 | \xfd\x83\x80\x80\x80\x80 |
896 | Error -10 | |
897 | \?\xf8\x88\x80\x80\x80 | |
898 | No match | |
899 | \?\xf9\x87\x80\x80\x80 | |
900 | No match | |
901 | \?\xfc\x84\x80\x80\x80\x80 | |
902 | No match | |
903 | \?\xfd\x83\x80\x80\x80\x80 | |
904 | No match | No match |
905 | ||
906 | /\x{100}abc(xyz(?1))/8DZ | /\x{100}abc(xyz(?1))/8DZ |
# | Line 1476 No match | Line 1484 No match |
1484 | /.*$/8<any> | /.*$/8<any> |
1485 | \x{1ec5} | \x{1ec5} |
1486 | 0: \x{1ec5} | 0: \x{1ec5} |
1487 | ||
1488 | /-- This tests the stricter UTF-8 check according to RFC 3629. --/ | |
1489 | ||
1490 | /X/8 | |
1491 | \x{0}\x{d7ff}\x{e000}\x{10ffff} | |
1492 | No match | |
1493 | \x{d800} | |
1494 | Error -10 | |
1495 | \x{d800}\? | |
1496 | No match | |
1497 | \x{da00} | |
1498 | Error -10 | |
1499 | \x{da00}\? | |
1500 | No match | |
1501 | \x{dfff} | |
1502 | Error -10 | |
1503 | \x{dfff}\? | |
1504 | No match | |
1505 | \x{110000} | |
1506 | Error -10 | |
1507 | \x{110000}\? | |
1508 | No match | |
1509 | \x{2000000} | |
1510 | Error -10 | |
1511 | \x{2000000}\? | |
1512 | No match | |
1513 | \x{7fffffff} | |
1514 | Error -10 | |
1515 | \x{7fffffff}\? | |
1516 | No match | |
1517 | ||
1518 | / End of testinput5 / | / End of testinput5 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |