bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 140 forks source link

fixed normalizing of URL containing Non-ASCII chars #553

Closed AnishShah closed 9 years ago

AnishShah commented 9 years ago

@craigmaloney Unicode is behaving very strange. It replaces ä by ?. Do you know why? String works properly. So, I have changed the test_url to string, instead of unicode.

craigmaloney commented 9 years ago

Thank you!