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 202 of case for anything other than the ASCI | Line 202 of case for anything other than the ASCI |
| 202 | /(?i:[\x{c0}])/8 | /(?i:[\x{c0}])/8 |
| 203 | \x{c0} | \x{c0} |
| 204 | \x{e0} | \x{e0} |
| 205 | ||
| 206 | /-- This should be Perl-compatible but Perl 5.11 gets \x{300} wrong. --/8 | |
| 207 | ||
| 208 | /^\X/8 | |
| 209 | A | |
| 210 | A\x{300}BC | |
| 211 | A\x{300}\x{301}\x{302}BC | |
| 212 | *** Failers | |
| 213 | \x{300} | |
| 214 | ||
| 215 | /-- End of testinput12 --/ | /-- End of testinput12 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |