[Zope] Encoding
Dieter Maurer
dieter at handshake.de
Wed Mar 23 14:15:02 EST 2005
George Tesseris wrote at 2005-3-23 18:46 +0200:
> From where can I change zopes default encoding? I have problem
>displaying correctly utf-8 dtml documents.
Zope does not have a "default encoding" (not yet).
The the correct "Content-Type" (response) header.
If you are using Unicode, then Zope's ZPublisher
will use the "Content-Type" charset declared on the response
to encode the result.
--
Dieter
More information about the Zope
mailing list