Created attachment 27587 [details] [review] Unicode HTTPmessages, and log unicode HTTPmessages As mentioned in http://lists.freedesktop.org/archives/telepathy/2009-June/003429.html pymsn sometimes try to log data from the server. This data can contain contact's nicknames, which can have special characters (like æøå for danes). The attached patches fixes it, by re-encoding to unicode. The fix in HTTP.py might not be what you want (uses the cgi module), but it seems the MSN servers incorrectly report the Content-Type as "text/html; iso-8859-1", which doesn't parse quite right.
Fixed in papyon git master. thanks
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.