aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/EpgList.py1
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SkinSelector/plugin.py1
-rw-r--r--lib/python/Tools/Directories.py1
-rw-r--r--lib/python/Tools/ISO639.py1
-rw-r--r--lib/python/Tools/NumericalTextInput.py2
5 files changed, 5 insertions, 1 deletions
diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py
index 64fe87f4..902968d4 100644
--- a/lib/python/Components/EpgList.py
+++ b/lib/python/Components/EpgList.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
from HTMLComponent import *
from GUIComponent import *
diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py
index 56a5a1da..844b75f9 100755
--- a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py
@@ -1,3 +1,4 @@
+# -*- coding: iso-8859-1 -*-
# (c) 2006 Stephan Reichholf
# This Software is Free, use it where you want, when you want for whatever you want and modify it if you want but don't remove my copyright!
diff --git a/lib/python/Tools/Directories.py b/lib/python/Tools/Directories.py
index f7be9535..f7a589b5 100644
--- a/lib/python/Tools/Directories.py
+++ b/lib/python/Tools/Directories.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
import os
SCOPE_TRANSPONDERDATA = 0
diff --git a/lib/python/Tools/ISO639.py b/lib/python/Tools/ISO639.py
index b0d2f8e5..444e04f5 100644
--- a/lib/python/Tools/ISO639.py
+++ b/lib/python/Tools/ISO639.py
@@ -1,3 +1,4 @@
+# -*- coding: iso-8859-2 -*-
LanguageCodes = { }
LanguageCodes["aar"] = LanguageCodes["aa"] = ("Afar", "Hamitic")
diff --git a/lib/python/Tools/NumericalTextInput.py b/lib/python/Tools/NumericalTextInput.py
index 7c61d263..3379d9a8 100644
--- a/lib/python/Tools/NumericalTextInput.py
+++ b/lib/python/Tools/NumericalTextInput.py
@@ -1,4 +1,4 @@
-# -*- coding: latin-1 -*-
+# -*- coding: iso-8859-1 -*-
from enigma import eTimer
from Components.Language import language