From 973203497c02d94ad21805d6da57c3e154302b8f Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Fri, 15 Mar 2013 04:09:30 +0000 Subject: utf8 config all over the place --- diff --git a/devicemanager.py b/devicemanager.py index c86c8eb..4971201 100644 --- a/devicemanager.py +++ b/devicemanager.py @@ -1,5 +1,5 @@ #! /usr/bin/env python - +# -*- coding: utf-8 -*- # Copyright (C) 2009 Sayamindu Dasgupta # # This program is free software; you can redistribute it and/or modify diff --git a/feedparser.py b/feedparser.py index b9144a9..a27af7b 100644 --- a/feedparser.py +++ b/feedparser.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- """Universal feed parser Handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds diff --git a/languagenames.py b/languagenames.py index 88329ce..7502a59 100644 --- a/languagenames.py +++ b/languagenames.py @@ -1,5 +1,5 @@ #! /usr/bin/env python - +# -*- coding: utf-8 -*- # Copyright (C) 2009 Sayamindu Dasgupta # # This program is free software; you can redistribute it and/or modify diff --git a/listview.py b/listview.py index 8356bfc..2fe3f7e 100644 --- a/listview.py +++ b/listview.py @@ -1,5 +1,5 @@ #! /usr/bin/env python - +# -*- coding: utf-8 -*- # Copyright (C) 2009 Sayamindu Dasgupta # # This program is free software; you can redistribute it and/or modify diff --git a/opds.py b/opds.py index 46158f2..d6037f5 100644 --- a/opds.py +++ b/opds.py @@ -1,5 +1,5 @@ #! /usr/bin/env python - +# -*- coding: utf-8 -*- # Copyright (C) 2009 Sayamindu Dasgupta # # This program is free software; you can redistribute it and/or modify diff --git a/setup.py b/setup.py index 2f2c143..d20e1f1 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python - +# -*- coding: utf-8 -*- # Copyright (C) 2006, Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify -- cgit v0.9.1