#10190: Charset should be customizable with HttpResponse
--------------------------------------------+-------------------------------
Reporter: Wonlay | Owner: nobody
Status: new | Milestone:
Component: HTTP handling | Version: SVN
Keywords: HttpResponse, charset, runtime | Stage: Unreviewed
Has_patch: 1 |
--------------------------------------------+-------------------------------
When our web site is talking to other application or client, the charset
of web response may vary from each other.
Currently only a {{{ settings.DEFAULT_CHARSET }}} can be set with a unique
value, we cannot change the HttpResponse charset at runtime properly.
I think we should add a charset parameter to HttpResponse.__init__.
--
Ticket URL: <http://code.djangoproject.com/ticket/10190>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---