23 Mar
2005
23 Mar
'05
7:15 p.m.
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