On Tuesday 02 November 2010 10:27:51 Zeljko Ametovic wrote: > --- a/script.xbmc.subtitles/resources/lib/utilities.py > +++ b/script.xbmc.subtitles/resources/lib/utilities.py > @@ -97,67 +97,74 @@ def regex_tvshow(compare, file, sub = ""): [...] > + u"Español (Latinoamérica)" : "es", > + u"Español (España)" : "es", > + u"Spanish (Latin America)" : "es", > + u"Español" : "es", > + u"Spanish (Spain)" : "es", > + "All" : "all"
You added non-ASCII characters but there is no encoding declaration on this file. This breaks the plugin for python2.5+ users: http://www.python.org/dev/peps/pep-0263/ -- Anssi Hannula XBMC developer ------------------------------------------------------------------------------ Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing sites, and compromised hosts - saving your company time, money, and embarrassment. Learn More! http://p.sf.net/sfu/hpdev2dev-nov _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
