Changes between Initial Version and Version 2 of Ticket #316
- Timestamp:
- 05/20/10 14:46:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #316
- Property Summary changed from Search URL encoding issue to Search URL escaping
-
Ticket #316 – Description
initial v2 7 7 returns this exception: 8 8 9 {{{ 9 10 URL: http://www.ckan.net/package/search?q=fjdkf%2B%C2%B4gfhgfkgf%7Bg%C2%B4pk&search=Search+Packages+%C2%BB 10 11 Module weberror.errormiddleware:162 in __call__ … … 184 185 >> cursor.execute(statement, parameters) 185 186 UnicodeEncodeError: 'ascii' codec can't encode character u'\xb4' in position 6: ordinal not in range(128) 187 }}}