From a9a1b10514d13d34c81a1e3be5b0a1323cf8645f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 17 Feb 2004 13:24:01 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ python/tests/indexes.py | 1 + python/tests/reader.py | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 39bca7ef..2b26c3cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 17 13:27:27 CET 2004 Daniel Veillard + + * 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 * xpath.c: fixed problem with numbers having > 19 diff --git a/python/tests/indexes.py b/python/tests/indexes.py index 18c85c7f..a148722f 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 c50adeba..bb06b38e 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 #