Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <dirakx@gmail.com>2013-03-15 04:09:30 (GMT)
committer Rafael Ortiz <dirakx@gmail.com>2013-03-15 04:09:30 (GMT)
commit973203497c02d94ad21805d6da57c3e154302b8f (patch)
tree0d0dc50846026698df6f524b30a50100b9bc86f7
parentfcc850d163c708906bd0a68f0e06315ad268b8da (diff)
utf8 config all over the place
-rw-r--r--devicemanager.py2
-rw-r--r--feedparser.py1
-rw-r--r--languagenames.py2
-rw-r--r--listview.py2
-rw-r--r--opds.py2
-rwxr-xr-xsetup.py2
6 files changed, 6 insertions, 5 deletions
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 <sayamindu@laptop.org>
#
# 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 <sayamindu@laptop.org>
#
# 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 <sayamindu@laptop.org>
#
# 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 <sayamindu@laptop.org>
#
# 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