Re: [Catalyst] Passing UTF-8 arg in URL to DBIC search

2008-09-30 Thread Hugh Hunter
I thought about this (that passing the string in the path rather than as a parameter would make a difference). I've tried using a RewriteRule to turn the path into a query parameter but I get the same behavior. I feel like the issue is with how perl is passing the string around inside my code

Re: [Catalyst] Passing UTF-8 arg in URL to DBIC search

2008-09-30 Thread J. Shirley
On Sat, Sep 27, 2008 at 6:51 AM, Hugh Hunter [EMAIL PROTECTED] wrote: Hello all, I've been struggling with this for some time and know there must be an answer out there. I'm using URL arguments to pass parameters to my controller. It's a site about names, so take the url

Re: [Catalyst] Passing UTF-8 arg in URL to DBIC search

2008-09-30 Thread Bill Moseley
On Tue, Sep 30, 2008 at 08:10:13AM -0700, J. Shirley wrote: On Sat, Sep 27, 2008 at 6:51 AM, Hugh Hunter [EMAIL PROTECTED] wrote: Hello all, I've been struggling with this for some time and know there must be an answer out there. I'm using URL arguments to pass parameters to my

[Catalyst] Passing UTF-8 arg in URL to DBIC search

2008-09-27 Thread Hugh Hunter
Hello all, I've been struggling with this for some time and know there must be an answer out there. I'm using URL arguments to pass parameters to my controller. It's a site about names, so take the url http://domain.com/name/Jesús (note the accented u). The Name.pm controller has an

Re: [Catalyst] Passing UTF-8 arg in URL to DBIC search

2008-09-27 Thread Bill Moseley
On Sat, Sep 27, 2008 at 09:51:54AM -0400, Hugh Hunter wrote: I'm using URL arguments to pass parameters to my controller. It's a site about names, so take the url http://domain.com/name/Jesús (note the accented u). The Name.pm controller has an :Args(1) decorator so Jesús is stored