Re: ZPublisher: using zope.formlib and z3c.form in Zope 2

yuppie <[email protected]>
Newsgroups gmane.comp.web.zope.devel
Message-ID <[email protected]>
Laurence Rowe wrote:
> On 2 March 2011 10:00, yuppie<[email protected]>  wrote:
>> Martin Aspeli wrote:
>>> I don't know what setPageEncoding() does, though.
>>
>> It sets a response Content-Type header with the first charset
>> processInputs tries for decoding.
>
> Is the charset of the request necessarily the right choice for the
> response? In Plone we always serve UTF-8 encoded.

getPreferredCharsets()[0] always returns 'utf-8' **if** UTF-8 is accepted.

If 'utf-8' is not in getPreferredCharsets(), it is not very likely that 
the browser speaks UTF-8 and processInputs will not even try to decode 
with UTF-8. In that case it might be better to respond with an accepted 
encoding.

Cheers, Yuppie
_______________________________________________
Zope-Dev maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.