Parent Directory
|
Revision Log
|
Patch
| revision 354 by ph10, Mon Jul 7 16:30:33 2008 UTC | revision 384 by ph10, Sun Mar 8 16:27:43 2009 UTC | |
|---|---|---|
| # | Line 1746 No match | Line 1746 No match |
| 1746 | \x{10b}\x{10a} | \x{10b}\x{10a} |
| 1747 | 0: \x{10b}\x{10a} | 0: \x{10b}\x{10a} |
| 1748 | 1: \x{10b} | 1: \x{10b} |
| 1749 | ||
| 1750 | /The next two tests are for property support in non-UTF-8 mode/ | |
| 1751 | ||
| 1752 | /(?:\p{Lu}|\x20)+/ | |
| 1753 | \x41\x20\x50\xC2\x54\xC9\x20\x54\x4F\x44\x41\x59 | |
| 1754 | 0: A P\xc2T\xc9 TODAY | |
| 1755 | ||
| 1756 | /[\p{Lu}\x20]+/ | |
| 1757 | \x41\x20\x50\xC2\x54\xC9\x20\x54\x4F\x44\x41\x59 | |
| 1758 | 0: A P\xc2T\xc9 TODAY | |
| 1759 | ||
| 1760 | / End of testinput6 / | / End of testinput6 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |