snhlsonawane / friendfeed-api

Automatically exported from code.google.com/p/friendfeed-api
0 stars 0 forks source link

Python interface fails to post unicode messages. #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The python interface fails to post content with unicode characters in it
due to limitations of urllib.urlencode.

The attached patch works.

(Note that I've got this code living at
http://github.com/dustin/friendfeed-api so I can make changes to it as
subversion is not my friend)

Original issue reported on code.google.com by dsalli...@gmail.com on 5 Nov 2008 at 9:23

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by benjamin...@gmail.com on 6 Nov 2008 at 4:46

GoogleCodeExporter commented 9 years ago
@dsallings I incorporated this fix to FriendFeed PyAPI. Thanks very much for 
posting
the patch!
https://launchpad.net/friendfeed-pyapi/

Chris Lasher

Original comment by chris.la...@gmail.com on 14 Apr 2009 at 3:08