Open GoogleCodeExporter opened 8 years ago
i fixed the Unicode to latin-1 problem with windows 7 XBMC and SBS player
addon.py error by editing a file in
C:\Users\useraccount\AppData\Roaming\XBMC\addons\plugin.video.catchuptv.au.sbs\r
esources\lib\playlist.py
and replacing on line 50,51 " encode('iso-8859-1')), " with "
encode('cp1252')), "
cheers
John
Original comment by john.g...@gmail.com
on 19 Aug 2011 at 4:39
Original issue reported on code.google.com by
ihategoo...@hotmail.co.uk
on 18 Jun 2011 at 2:43Attachments: