Re: UnicodeDecodeError in request.get_full_path()

2008-04-28 Thread Amit Ramon
Sorry, it was me being foolish. I created a query string that was utf-8 encoded with non-ascii characters, and used it in a template anchor tag. It seems that Firefox converts it according to RFC 2396 before sending it over, but IE leaves it as is. request.get_full_path expects to receive an as

UnicodeDecodeError in request.get_full_path()

2008-04-27 Thread Amit Ramon
Hi, I'm getting a random, wierd UnicodeDecodeError when calling request.get_full_path() in one of my views. This specific view displays some search reaults, and the error always occurs when a user selects the second results page (results are paginated). The query string is UTF-8 encoded, and