After having changed the response Content-Type with

response.headers['Content-type'] = 'text/event-stream'

as described in http://turbogears.org/2.1/docs/main/ResponseTypes.html,
I would like to manually change the charset or even delete it.
Unfortunately, Turbogears 2.1 chops off the charset I set (tg/
decorators.py:139) and always appends a "; charset=utf-8" (tg/
decorators.py:150).

Is there a way to specify explicitly or unset the charset?

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to