[Zope] unicode, zmi, utf-8, management_page_charset and default-zpublisher-encoding

2007-05-23 Thread Joerg Baach
Hi *, I spent hours now reading documentation, blogs and mails, and still did not get my head around the whole unicode issue. This is what I would like to do: 1. Have content and forms displayed using zpts, encoded in utf-8. 2. Get the data back into zope as unicode. 3. Store unicode in properti

Re: [Zope] unicode, zmi, utf-8, management_page_charset and default-zpublisher-encoding

2007-05-23 Thread Dieter Maurer
Joerg Baach wrote at 2007-5-23 16:13 +0100: > ... >1. Have content and forms displayed using zpts, encoded in utf-8. That's easy: you store content in "utf-8" and have your ZPTs encoded in "utf-8" and tell the HTTP clients that you deliver "utf-8" by a 'RESPONSE.setHeader("Content-Type", "text/htm

Re: [Zope] unicode, zmi, utf-8, management_page_charset and default-zpublisher-encoding

2007-05-24 Thread Joerg Baach
Hi Dieter, Dieter Maurer wrote: > Joerg Baach wrote at 2007-5-24 15:28 +0100: >> ... >> I am not sure here, but it looks to me that just using utf-8 constantly >> might suffice for 'just' storing, modifying and indexing- or am I >> missing something? > > Sure, this is a possibility. You are then