X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cdaaee0da655f7d08c5cda38877ec798482c9706..fe79a39da47fd1ef36ade6ac8ad1b6f794c39d48:/skin.py diff --git a/skin.py b/skin.py index 1c22d3d8..5b8ce650 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