Parent Directory
|
Revision Log
|
Patch
| revision 506 by ph10, Wed Sep 16 11:05:51 2009 UTC | revision 507 by ph10, Wed Mar 10 16:08:01 2010 UTC | |
|---|---|---|
| # | Line 470 of case for anything other than the ASCI | Line 470 of case for anything other than the ASCI |
| 470 | 0: \x{c0} | 0: \x{c0} |
| 471 | \x{e0} | \x{e0} |
| 472 | 0: \x{e0} | 0: \x{e0} |
| 473 | ||
| 474 | /-- This should be Perl-compatible but Perl 5.11 gets \x{300} wrong. --/8 | |
| 475 | ||
| 476 | /^\X/8 | |
| 477 | A | |
| 478 | 0: A | |
| 479 | A\x{300}BC | |
| 480 | 0: A\x{300} | |
| 481 | A\x{300}\x{301}\x{302}BC | |
| 482 | 0: A\x{300}\x{301}\x{302} | |
| 483 | *** Failers | |
| 484 | 0: * | |
| 485 | \x{300} | |
| 486 | No match | |
| 487 | ||
| 488 | /-- End of testinput12 --/ | /-- End of testinput12 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |