Merge branch 'bug_236_recordpath' into experimental
[enigma2.git] / skin.py
diff --git a/skin.py b/skin.py
index 1c22d3d8ea821e026ea3e3e66b8cb4027250b52d..5b8ce650f18e2c63c7fce121c2e0a90734e4d211 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -119,7 +119,7 @@ def collectAttributes(skinAttributes, node, skin_path_prefix=None, ignore=[]):
                        value = resolveFilename(SCOPE_SKIN_IMAGE, value, path_prefix=skin_path_prefix)
 
                if attrib not in ignore:
-                       skinAttributes.append((attrib, value))
+                       skinAttributes.append((attrib, value.encode("utf-8")))
 
 def loadPixmap(path, desktop):
        cached = False