What steps will reproduce the problem?
1. Send a link with unicode (non-ASCII) characters
What is the expected output? What do you see instead?
Should store the link like any other link. Instead, throws 500 KeyError.
Solution is to encode the link as utf-8 with link.encode("utf-8")
Original issue reported on code.google.com by foran.pa...@gmail.com on 13 Jul 2010 at 1:47
Original issue reported on code.google.com by
foran.pa...@gmail.com
on 13 Jul 2010 at 1:47