Parent Directory
|
Revision Log
|
Patch
| revision 459 by ph10, Sun Oct 4 09:21:39 2009 UTC | revision 461 by ph10, Mon Oct 5 10:59:35 2009 UTC | |
|---|---|---|
| # | Line 90 for (;;) | Line 90 for (;;) |
| 90 | # Remove /8 from a UTF-8 pattern. | # Remove /8 from a UTF-8 pattern. |
| 91 | ||
| 92 | $utf8 = $pattern =~ s/8(?=[a-z]*$)//; | $utf8 = $pattern =~ s/8(?=[a-z]*$)//; |
| 93 | ||
| 94 | # Remove /J from a pattern with duplicate names. | # Remove /J from a pattern with duplicate names. |
| 95 | ||
| 96 | $pattern =~ s/J(?=[a-z]*$)//; | $pattern =~ s/J(?=[a-z]*$)//; |
| 97 | ||
| 98 | # Check that the pattern is valid | # Check that the pattern is valid |
| 99 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |