indicated encoding of the test file, needed for python 2.3 Daniel

* python/tests/indexes.py python/tests/reader.py: indicated
  encoding of the test file, needed for python 2.3
Daniel
diff --git a/ChangeLog b/ChangeLog
index 39bca7e..2b26c3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
+
+	* python/tests/indexes.py python/tests/reader.py: indicated
+	  encoding of the test file, needed for python 2.3
+
 Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
 
 	* xpath.c: fixed problem with numbers having > 19
diff --git a/python/tests/indexes.py b/python/tests/indexes.py
index 18c85c7..a148722 100755
--- a/python/tests/indexes.py
+++ b/python/tests/indexes.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python -u
+# -*- coding: ISO-8859-1 -*-
 import sys
 import libxml2
 
diff --git a/python/tests/reader.py b/python/tests/reader.py
index c50adeb..bb06b38 100755
--- a/python/tests/reader.py
+++ b/python/tests/reader.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python -u
+# -*- coding: ISO-8859-1 -*-
 #
 # this tests the basic APIs of the XmlTextReader interface
 #