|
|
CVS: tmda/TMDA AutoResponse.py,1.18,1.19 ChangeLog,1.315,1.316: msg#00027
|
Subject: |
CVS: tmda/TMDA AutoResponse.py,1.18,1.19 ChangeLog,1.315,1.316 |
Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32760
Modified Files:
AutoResponse.py ChangeLog
Log Message:
Remove arabic -> iso-8859-6 alias. UTF-8 is what's used for Arabic these days
AFAIK. I'd be dumbfounded if this affects any TMDA user, so no need to mention
it in UPGRADE.
Index: AutoResponse.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/AutoResponse.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- AutoResponse.py 16 Sep 2006 19:41:50 -0000 1.18
+++ AutoResponse.py 19 Sep 2006 23:11:09 -0000 1.19
@@ -43,7 +43,6 @@
# Extend Charset.ALIASES with some charsets which don't already have
# convenient aliases.
-add_alias('arabic', 'iso-8859-6')
add_alias('cyrillic', 'iso-8859-5')
add_alias('greek', 'iso-8859-7')
add_alias('hebrew', 'iso-8859-8')
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/ChangeLog,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- ChangeLog 2 Mar 2004 02:26:42 -0000 1.315
+++ ChangeLog 19 Sep 2006 23:11:09 -0000 1.316
@@ -1,3 +1,8 @@
+2006-09-19 Jason R. Mastaler <jason@xxxxxxxxxxxx>
+
+ * AutoResponse.py: Remove arabic -> iso-8859-6 alias. UTF-8 is
+ what's used for Arabic these days AFAIK.
+
2004-03-01 Jason R. Mastaler <jasonrm@xxxxxxxxxxxxxxxxxxxxxxxx>
* Pending.py (Queue.listDeliveredIds): Removed.
|
| |