Closed GoogleCodeExporter closed 9 years ago
I can reproduce. Accepting.
Original comment by dclinton
on 22 May 2007 at 5:58
This should be fixed in 0.4.
Original comment by dclinton
on 13 Jun 2007 at 8:08
I have tested and can confirm it is working.
Thanks!
Original comment by Robin.Fr...@gmail.com
on 13 Jun 2007 at 11:44
[deleted comment]
tweet.py needs to be updated to decode the message argument as Unicode.
api.PostUpdate(message) should be changed to
api.PostUpdate(message.decode("utf-8"))
Original comment by m.mckin...@gmail.com
on 4 Mar 2009 at 1:29
Attachments:
Since this is actually a different issue (how we handle character encodings in
tweet.py) can you open a new ticket and we'll track the solution there, please?
Original comment by dclinton
on 4 Mar 2009 at 2:35
Original issue reported on code.google.com by
Robin.Fr...@gmail.com
on 12 May 2007 at 1:36