Re: [Catalyst] Re: Unicode trouble with Catalyst::Engine::FastCGI

2010-01-25 Thread Rod Taylor
0.6802 does not seem to work for me. I have some unicode text in a PostgreSQL database. It extracts properly with the utf8 flag on (checked), it renders properly into the template (save $c->response->body() to disk and serve static version with apache shows perfectly), it also works as expected w

Re: [Catalyst] Catalyst and UTF8 Chained URLs

2009-09-09 Thread Rod Taylor
se whatever encoding they have chosen. > > -- > Jon SchutzMy tech notes http://notes.jschutz.net > Chief Technology Officerhttp://www.youramigo.com > YourAmigo > > > > > On 09/09/2009 11:15 AM, Rod Taylor wrote: >

[Catalyst] Catalyst and UTF8 Chained URLs

2009-09-08 Thread Rod Taylor
I have a URL which includes UTF8 components which are in the chained (CaptureArgs) position. The escape mechanism is supposed encode each byte of the UTF8 sequence individually when creating the URL (which Catalyst seems to do) and reverse this on the way in. The below adjustment appears to fix th

[Catalyst] UTF8 Characters in Chained Arguments

2009-03-20 Thread Rod Taylor
I've found that URI parameters (?foo=bar) function fine but unicode characters in Chain() arguments do not survive from one page to the next. Specifically, this does not work for a chain involving captured unicode based arguments: $uri = $c->uri_for( $c->controller($controller)->action_for($a

[Catalyst] FormFu / FormBuilder + Custom Actions

2008-08-26 Thread Rod Taylor
Both FormFu and FormBuilder controller "Actions" appear to have issues with their special variables disappearing when using an additional ActionClass. Below is a FormFu example. Carl asked me to repost it here for discussion. 2008/08/22 23:02:23] [catalyst] [ERROR] Caught exception in SK::Control