Comment 16 for bug 605543

Revision history for this message
Foppe Hemminga (foppe) wrote :

Hi Capt Chaos,

Your idea is fine but you are editing python files where you should edit gwibber files ;)

in /usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py change line 64

   m["text"] = unescape(data["text"])

to

   m["text"] = unescape(data["text"].encode("latin1"))