Comment 11 for bug 532952

Revision history for this message
Kevin Hughes (kevtufc) wrote :

Yep. That's it.

I bodged a fix by replacing line 63 in /usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py with:

    m["text"] = unescape(data["text"].replace(' ',' '))

Obviously this isn't a good fix, but I think it proves the specifics of this bug.