ninenizil / android2cloud

Automatically exported from code.google.com/p/android2cloud
0 stars 0 forks source link

Unicode characters throw a 500 #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed and tested. Rolling out to server now.

Original comment by foran.pa...@gmail.com on 14 Jul 2010 at 7:03