X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=skin.py;h=5b8ce650f18e2c63c7fce121c2e0a90734e4d211;hp=1c22d3d8ea821e026ea3e3e66b8cb4027250b52d;hb=0cb206d2c07cb9e4130e13234e3fd59b127421a8;hpb=ce31b562c29e94d2421e0a2b0257030eca97f1cd diff --git a/skin.py b/skin.py index 1c22d3d..5b8ce65 100644 --- 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