Re: [Repoze-dev] bfg chameleon unicode crash with wrapper views

2010-12-16 Thread Iain Duncan
On Thu, Dec 16, 2010 at 12:47 PM, Chris McDonough wrote: > On Thu, 2010-12-16 at 12:42 -0800, Iain Duncan wrote: > > Oops I copied a traceback from one of my attempts at fixing it. > > > > > > > > Tres, that worked, thanks. I'm curious why it's necessary though. It > > seems to me it should "just

Re: [Repoze-dev] bfg chameleon unicode crash with wrapper views

2010-12-16 Thread Chris McDonough
On Thu, 2010-12-16 at 12:42 -0800, Iain Duncan wrote: > Oops I copied a traceback from one of my attempts at fixing it. > > > > Tres, that worked, thanks. I'm curious why it's necessary though. It > seems to me it should "just work" right? Can anyone explain further > why that step is necessary

Re: [Repoze-dev] bfg chameleon unicode crash with wrapper views

2010-12-16 Thread Iain Duncan
Oops I copied a traceback from one of my attempts at fixing it. Tres, that worked, thanks. I'm curious why it's necessary though. It seems to me it should "just work" right? Can anyone explain further why that step is necessary once a view is wrapped? ( related note, wrapper views are awesome, th

Re: [Repoze-dev] bfg chameleon unicode crash with wrapper views

2010-12-16 Thread Malthe Borch
Alternatively, enable implicit decoding using ``default_encoding="utf-8"`` (in the template constructor). This is enabled on Plone, for instance. \malthe On 16 December 2010 14:47, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/15/2010 10:18 PM, Iain Duncan wrote:

Re: [Repoze-dev] bfg chameleon unicode crash with wrapper views

2010-12-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/15/2010 10:18 PM, Iain Duncan wrote: > Not sure where I'm supposed to ask this now, here? Pyramid list? > > I have view with a chameleon template that contains utf-8 unicode special > chars. It renders fine when rendered on it's own from a view

[Repoze-dev] what is needed for repoze.catalog 0.8 release?

2010-12-16 Thread Danny Navarro
Hi, I've been using the development version of repoze.catalog for a while and I'm really happy with it, I find it much more straight than the current released version. The documentation is good enough for me, except that I miss some examples using the DocumentMap. Is there any way I can help? -