Image

Listens: Current 93 - Oh Thou Coal Black Smith

Unicode

Вроде бы Python поддерживает Unicode.
Однако при чтении из файла
f = open('/Users/threeeyedfish/unicode_file.txt')
s = unicode(f.read())
выдаётся UnicodeDecodeError.
Как быть?