diff --git a/config/reindent.py b/config/reindent.py index 1f89488f..0fc2de25 100644 --- a/config/reindent.py +++ b/config/reindent.py @@ -1,4 +1,5 @@ #! /usr/bin/python2.4 +# -*- coding: iso-8859-1 -*- # Released to the public domain, by Tim Peters, 03 October 2000. diff --git a/doc/rest2htmlnav b/doc/rest2htmlnav index ce3b6648..2ae207ad 100755 --- a/doc/rest2htmlnav +++ b/doc/rest2htmlnav @@ -1,4 +1,5 @@ #!/usr/bin/env python2.4 +# -*- coding: iso-8859-1 -*- # Author: David Goodger # Contact: goodger@users.sourceforge.net diff --git a/linkcheck/dns/set.py b/linkcheck/dns/set.py index 53ff12ea..fbc87f9e 100644 --- a/linkcheck/dns/set.py +++ b/linkcheck/dns/set.py @@ -1,3 +1,4 @@ +# -*- coding: iso-8859-1 -*- # Copyright (C) 2003, 2004 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its diff --git a/linkcheck/dns/tests/test_set.py b/linkcheck/dns/tests/test_set.py index 29a911ae..0cda9a9b 100644 --- a/linkcheck/dns/tests/test_set.py +++ b/linkcheck/dns/tests/test_set.py @@ -1,3 +1,4 @@ +# -*- coding: iso-8859-1 -*- # Copyright (C) 2003, 2004 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its diff --git a/linkcheck/gzip2.py b/linkcheck/gzip2.py index eaff3b2f..c7604452 100644 --- a/linkcheck/gzip2.py +++ b/linkcheck/gzip2.py @@ -1,3 +1,4 @@ +# -*- coding: iso-8859-1 -*- """Functions that read and write gzipped files. The user of the file doesn't have to worry about the compression, diff --git a/linkcheck/httplib2.py b/linkcheck/httplib2.py index 16286a6a..ede42698 100644 --- a/linkcheck/httplib2.py +++ b/linkcheck/httplib2.py @@ -1,3 +1,4 @@ +# -*- coding: iso-8859-1 -*- """ HTTP/1.1 client library diff --git a/po/linkchecker.pot b/po/linkchecker.pot index c0aa2b71..699a48d0 100644 --- a/po/linkchecker.pot +++ b/po/linkchecker.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: calvin@users.sourceforge.net\n" -"POT-Creation-Date: 2006-01-03 19:19+0100\n" +"POT-Creation-Date: 2006-01-05 00:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/test.py b/test.py index dfd8f32c..3252e3f9 100755 --- a/test.py +++ b/test.py @@ -1,4 +1,5 @@ #!/usr/bin/python2.4 +# -*- coding: iso-8859-1 -*- # # SchoolTool - common information systems platform for school administration # Copyright (c) 2003 Shuttleworth Foundation