Add encoding declaration.
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py
index acb7658..3db0189 100644
--- a/Lib/test/test_sax.py
+++ b/Lib/test/test_sax.py
@@ -1,4 +1,4 @@
-# regression test for SAX 2.0
+# regression test for SAX 2.0            -*- coding: iso-8859-1 -*-
 # $Id$
 
 from xml.sax import make_parser, ContentHandler, \