# HG changeset patch # User cmlenz # Date 1185298322 0 # Node ID 0df178e07fdb4c79aaf2e19a911ec6a09f69959f # Parent c75d00307a64d005aa7d2e6a9072ed576c1d6c61 Use UTF-8 as encoding of source files. diff --git a/bitten/__init__.py b/bitten/__init__.py --- a/bitten/__init__.py +++ b/bitten/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/__init__.py b/bitten/build/__init__.py --- a/bitten/build/__init__.py +++ b/bitten/build/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/api.py b/bitten/build/api.py --- a/bitten/build/api.py +++ b/bitten/build/api.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/config.py b/bitten/build/config.py --- a/bitten/build/config.py +++ b/bitten/build/config.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/ctools.py b/bitten/build/ctools.py --- a/bitten/build/ctools.py +++ b/bitten/build/ctools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/javatools.py b/bitten/build/javatools.py --- a/bitten/build/javatools.py +++ b/bitten/build/javatools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # Copyright (C) 2006 Matthew Good diff --git a/bitten/build/pythontools.py b/bitten/build/pythontools.py --- a/bitten/build/pythontools.py +++ b/bitten/build/pythontools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/shtools.py b/bitten/build/shtools.py --- a/bitten/build/shtools.py +++ b/bitten/build/shtools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/tests/__init__.py b/bitten/build/tests/__init__.py --- a/bitten/build/tests/__init__.py +++ b/bitten/build/tests/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/tests/api.py b/bitten/build/tests/api.py --- a/bitten/build/tests/api.py +++ b/bitten/build/tests/api.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/tests/config.py b/bitten/build/tests/config.py --- a/bitten/build/tests/config.py +++ b/bitten/build/tests/config.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/tests/ctools.py b/bitten/build/tests/ctools.py --- a/bitten/build/tests/ctools.py +++ b/bitten/build/tests/ctools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/tests/dummy.py b/bitten/build/tests/dummy.py --- a/bitten/build/tests/dummy.py +++ b/bitten/build/tests/dummy.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/tests/javatools.py b/bitten/build/tests/javatools.py --- a/bitten/build/tests/javatools.py +++ b/bitten/build/tests/javatools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2006 Christopher Lenz # Copyright (C) 2006 Matthew Good diff --git a/bitten/build/tests/pythontools.py b/bitten/build/tests/pythontools.py --- a/bitten/build/tests/pythontools.py +++ b/bitten/build/tests/pythontools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/tests/xmltools.py b/bitten/build/tests/xmltools.py --- a/bitten/build/tests/xmltools.py +++ b/bitten/build/tests/xmltools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/build/xmltools.py b/bitten/build/xmltools.py --- a/bitten/build/xmltools.py +++ b/bitten/build/xmltools.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/master.py b/bitten/master.py --- a/bitten/master.py +++ b/bitten/master.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/model.py b/bitten/model.py --- a/bitten/model.py +++ b/bitten/model.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/queue.py b/bitten/queue.py --- a/bitten/queue.py +++ b/bitten/queue.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/recipe.py b/bitten/recipe.py --- a/bitten/recipe.py +++ b/bitten/recipe.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/slave.py b/bitten/slave.py --- a/bitten/slave.py +++ b/bitten/slave.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/snapshot.py b/bitten/snapshot.py --- a/bitten/snapshot.py +++ b/bitten/snapshot.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/tests/__init__.py b/bitten/tests/__init__.py --- a/bitten/tests/__init__.py +++ b/bitten/tests/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/tests/model.py b/bitten/tests/model.py --- a/bitten/tests/model.py +++ b/bitten/tests/model.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/tests/queue.py b/bitten/tests/queue.py --- a/bitten/tests/queue.py +++ b/bitten/tests/queue.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/tests/recipe.py b/bitten/tests/recipe.py --- a/bitten/tests/recipe.py +++ b/bitten/tests/recipe.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/tests/slave.py b/bitten/tests/slave.py --- a/bitten/tests/slave.py +++ b/bitten/tests/slave.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/tests/snapshot.py b/bitten/tests/snapshot.py --- a/bitten/tests/snapshot.py +++ b/bitten/tests/snapshot.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/__init__.py b/bitten/trac_ext/__init__.py --- a/bitten/trac_ext/__init__.py +++ b/bitten/trac_ext/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/api.py b/bitten/trac_ext/api.py --- a/bitten/trac_ext/api.py +++ b/bitten/trac_ext/api.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/charts.py b/bitten/trac_ext/charts.py --- a/bitten/trac_ext/charts.py +++ b/bitten/trac_ext/charts.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/compat.py b/bitten/trac_ext/compat.py --- a/bitten/trac_ext/compat.py +++ b/bitten/trac_ext/compat.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2006 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/main.py b/bitten/trac_ext/main.py --- a/bitten/trac_ext/main.py +++ b/bitten/trac_ext/main.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/summarizers.py b/bitten/trac_ext/summarizers.py --- a/bitten/trac_ext/summarizers.py +++ b/bitten/trac_ext/summarizers.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/tests/__init__.py b/bitten/trac_ext/tests/__init__.py --- a/bitten/trac_ext/tests/__init__.py +++ b/bitten/trac_ext/tests/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/tests/charts.py b/bitten/trac_ext/tests/charts.py --- a/bitten/trac_ext/tests/charts.py +++ b/bitten/trac_ext/tests/charts.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/tests/web_ui.py b/bitten/trac_ext/tests/web_ui.py --- a/bitten/trac_ext/tests/web_ui.py +++ b/bitten/trac_ext/tests/web_ui.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/trac_ext/web_ui.py b/bitten/trac_ext/web_ui.py --- a/bitten/trac_ext/web_ui.py +++ b/bitten/trac_ext/web_ui.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/upgrades.py b/bitten/upgrades.py --- a/bitten/upgrades.py +++ b/bitten/upgrades.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/util/__init__.py b/bitten/util/__init__.py --- a/bitten/util/__init__.py +++ b/bitten/util/__init__.py @@ -1,6 +1,6 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/util/beep.py b/bitten/util/beep.py --- a/bitten/util/beep.py +++ b/bitten/util/beep.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/util/loc.py b/bitten/util/loc.py --- a/bitten/util/loc.py +++ b/bitten/util/loc.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 1998 Dinu C. Gherman # Copyright (C) 2005 Christopher Lenz diff --git a/bitten/util/md5sum.py b/bitten/util/md5sum.py --- a/bitten/util/md5sum.py +++ b/bitten/util/md5sum.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/util/testrunner.py b/bitten/util/testrunner.py --- a/bitten/util/testrunner.py +++ b/bitten/util/testrunner.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/util/tests/__init__.py b/bitten/util/tests/__init__.py --- a/bitten/util/tests/__init__.py +++ b/bitten/util/tests/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/util/tests/beep.py b/bitten/util/tests/beep.py --- a/bitten/util/tests/beep.py +++ b/bitten/util/tests/beep.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/util/tests/md5sum.py b/bitten/util/tests/md5sum.py --- a/bitten/util/tests/md5sum.py +++ b/bitten/util/tests/md5sum.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/bitten/util/xmlio.py b/bitten/util/xmlio.py --- a/bitten/util/xmlio.py +++ b/bitten/util/xmlio.py @@ -1,4 +1,4 @@ -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/scripts/build.py b/scripts/build.py --- a/scripts/build.py +++ b/scripts/build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: iso8859-1 -*- +# -*- coding: utf-8 -*- # # Copyright (C) 2005 Christopher Lenz # All rights reserved.