RE: [Zope-dev] [ZOPE 2.6 B1] Unicode/locale problems withOFS/dtml/properties.dtml

2002-09-26 Thread Andreas Kostyrka
Am Don, 2002-09-26 um 18.47 schrieb Arnar Lundesgaard: > > what do you mean by "inserted into the form"? > > Put there by the dtml-method in a dtml-var statement. I can second this. With CVS-Zope (did the last cvs up this moment) I'm getting a very curios thing: Displaying .../index_html is ok. B

RE: [Zope-dev] [ZOPE 2.6 B1] Unicode/locale problems withOFS/dtml/properties.dtml

2002-09-26 Thread Arnar Lundesgaard
> I can second this. With CVS-Zope (did the last cvs up this moment) > I'm getting a very curios thing: > Displaying .../index_html is ok. > But > return context.index_html(context,request) > creates broken characters instead is isolatin1 Umlaute. > In my case (Konqueror on Linux) it seems that t

Re: [Zope-dev] [ZOPE 2.6 B1] Unicode/locale problems withOFS/dtml/properties.dtml

2002-09-26 Thread Hajime Nakagami
Hi I'm Japanese. #Sorry so I don't write english well. >> While I'm quite sure that this will help Zope in the Asiatic region, it >> seems quite inconvienent for isolatin1 world :( > >This will be a win in Europe as well, especially for multilingual sites. IIRC there >are 15 variants of ISO-8

Re: [Zope-dev] [ZOPE 2.6 B1] Unicode/locale problems withOFS/dtml/properties.dtml

2002-09-26 Thread Toby Dickenson
> [2] This line change from 'iso-8859-1' to 'utf-8' > lib/python/App/dtml/manage_page_header.dtml > Bad news. That will cause all management form submissions to encode strings in utf8. 99% of the methods to which the strings are being submitted will not be expecting this, and will corrupt char

Re: [Zope-dev] [ZOPE 2.6 B1] Unicode/locale problems withOFS/dtml/properties.dtml

2002-09-27 Thread Florent Guillaume
In article <[EMAIL PROTECTED]> you write: > If you have a ZMI form that *is* expecting this then you need to make > some other changes to avoid breakage. Essentially just adding :utf8: > marshalling tags, possibly some :strings: and :ustring: too. > > (yes, this sucks. The problem is that browsers

Re: [Zope-dev] [ZOPE 2.6 B1] Unicode/locale problems withOFS/dtml/properties.dtml

2002-09-28 Thread Florent Guillaume
> > (yes, this sucks. The problem is that browsers dont specify the > > character encoding used in form submissions. At some point we need to > > discuss the way forward on this issue) > > There is a standard accept-charset attribute of forms, which says what > encodings are accepted by the f

Re: [Zope-dev] [ZOPE 2.6 B1] Unicode/locale problems withOFS/dtml/properties.dtml

2002-09-29 Thread Toby Dickenson
On Saturday 28 Sep 2002 4:38 pm, Florent Guillaume wrote: > > > (yes, this sucks. The problem is that browsers dont specify the > > > character encoding used in form submissions. At some point we need to > > > discuss the way forward on this issue) > Just to be clear, this is an HTML attribu