Changes between Initial Version and Version 1 of Ticket #22721, comment 4
- Timestamp:
- May 29, 2014, 8:20:06 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22721, comment 4
initial v1 1 If I understand your report correctly, MSIE can sen tnon-ASCII query strings in a variety of encodings, depending on several factors.1 If I understand your report correctly, MSIE can send non-ASCII query strings in a variety of encodings, depending on several factors. 2 2 3 3 Currently Django assumes UTF-8 for any non-ASCII data found in the query string. `settings.DEFAULT_CHARSET` could be an improvement.