[interchange-cvs] interchange - jon modified code/Filter/alpha.filter

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Aug 20 17:11:09 EDT 2007


User:      jon
Date:      2007-08-20 21:11:09 GMT
Modified:  code/Filter alpha.filter
Log:
Correct description: allows only ASCII, not ISO-8859-1.

This filter does not allow many alphabetic characters from ISO-8859-1, such
as é, ç, ä, Ä, ß, etc. Correct the filter's description to reflect this.

Revision  Changes    Path
1.7       +2 -2      interchange/code/Filter/alpha.filter


rev 1.7, prev_rev 1.6
Index: alpha.filter
===================================================================
RCS file: /var/cvs/interchange/code/Filter/alpha.filter,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -u -r1.6 -r1.7
--- alpha.filter	18 Aug 2007 19:02:19 -0000	1.6
+++ alpha.filter	20 Aug 2007 21:11:09 -0000	1.7
@@ -6,11 +6,11 @@
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  See the LICENSE file for details.
 # 
-# $Id: alpha.filter,v 1.6 2007/08/18 19:02:19 racke Exp $
+# $Id: alpha.filter,v 1.7 2007/08/20 21:11:09 jon Exp $
 
 CodeDef alpha Filter
 CodeDef alpha Description A-Za-z only
-CodeDef alpha Help  Returns only alpha characters (i.e. ISO 8859-1)
+CodeDef alpha Help  Returns only ASCII alphabetic characters (A-Z and a-z)
 CodeDef alpha Routine <<EOR
 sub {
 	my $val = shift;








More information about the interchange-cvs mailing list