Re: [Catalyst] Multi-language and REST

2008-04-25 Thread Knut-Olav Hoven
.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ > Dev site: http://dev.catalyst.perl.org/ -- Knut-Olav Hoven Systemutvikler mob: +47 986 71 700 Linpro AShttp://www.linpro.no/ s

Re: [Catalyst] Frequent crashes with DBI using test server?

2008-06-11 Thread Knut-Olav Hoven
h the database layer? > > Thanks for any pointers, > > Kirby > > ___ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/

[Catalyst] Problem with Catalyst::Plugin::I18N using UTF-8

2007-12-21 Thread Knut-Olav Hoven
r reason why Decode was 1? If Decode=>1 is needed for somebody, this should definitely be a configurable option. Patch attached -- Knut-Olav Hoven Systemutvikler mob: +47 986 71 700 Linpro AShttp://www.linpro.no/ I

Re: [Catalyst] Problem with Catalyst::Plugin::I18N using UTF-8

2007-12-21 Thread Knut-Olav Hoven
On Friday 21 December 2007 19:31:09 Brian Cassidy wrote: > Knut-Olav Hoven wrote: > > There are some problems when translating with Catalyst::Plugin::I18N > > using special unicode characters like "æøå". > > > > It got printed (both in console/debugging) a

[Catalyst] More unicode problems (uri_for)

2007-12-21 Thread Knut-Olav Hoven
, does it break anything for others? - Why is that line there at all? - Shouldn't URI::Escape be enough? -- Knut-Olav Hoven Systemutvikler mob: +47 986 71 700 Linpro AShttp://www.linpro.no/ --- Begin Message --- There are some problems when translating with

Re: [Catalyst] Problem with Catalyst::Plugin::I18N using UTF-8

2007-12-21 Thread Knut-Olav Hoven
On Friday 21 December 2007 20:10:28 Brian Cassidy wrote: > Knut-Olav Hoven wrote: > > That seems like an odd solution... > > > > The Decode parameter is used to decode unicode characters, while the > > Unicode plugin is encoding to unicode...? > > This tutorial was

Re: [Catalyst] Problem with Catalyst::Plugin::I18N using UTF-8

2007-12-21 Thread Knut-Olav Hoven
his > email I saved it in my drafts folder. When I came back to edit it > again, the non-ascii characters got fluffed up. Fun eh? > > > > ___ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/

Re: [Catalyst] More unicode problems (uri_for)

2007-12-24 Thread Knut-Olav Hoven
oks actually more like this:  $c->redirect(   $c->uri_for(     '/login',     {error_msg => $c->loc("Check my magic")}   );  ); po-file (utf8 encoded): msgid "Check my magic" msgstr "Check my å" > > 2007/12/21, Knut-Olav Hoven <[EMA

Re: [Catalyst] More unicode problems (uri_for)

2007-12-28 Thread Knut-Olav Hoven
On Friday 28 December 2007 17:56:45 Andrew Rodland wrote: > On Monday 24 December 2007 07:58:34 am Knut-Olav Hoven wrote: > > I wasn't very clear on this, sorry. > > "Check my å" is not inside the code, it comes from my "po/mo"-files > > (i

Re: [Catalyst] two Catalyst flaws

2008-01-03 Thread Knut-Olav Hoven
ust me, that's not so easy or fast) > why I can't get a simple $c without function forward, without req, > without res. just get $c->model and $c->cache like? > I don't want this $c to load any Controller modules or View modules. > > anyway, Catalyst is a great fram

Re: [Catalyst] hostname

2008-01-11 Thread Knut-Olav Hoven
gt; > ___ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ > Dev sit

Re: LDAP Injection [Catalyst]

2008-01-24 Thread Knut-Olav Hoven
to share? > > Thanks again, > > Carl > > > ___ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/catalyst@lists

Re: [Catalyst] Plugin::I18N and UTF-8

2008-03-24 Thread Knut-Olav Hoven
___ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ > Dev site: http://dev.catalyst.perl.org/ -- Knut-Ola

Re: [Catalyst] Plugin::I18N and UTF-8

2008-03-24 Thread Knut-Olav Hoven
On Monday 24 March 2008 14:33:47 Alex Povolotsky wrote: > Knut-Olav Hoven wrote: > > On Monday 24 March 2008 08:08:06 Alex Povolotsky wrote: > >> Hello! > >> > >> Having completed UTF-8 quest successfully, I've tried to do I18N and > >> found th