I think you need to write a test for the behaviour to get that
patched into the core. Also you're probably better to send the patch
to Catalyst::Runtime's RT queue: http://rt.cpan.org/Public/Bug/Report.html?Queue=Catalyst-Runtime
On 09/09/2009, at 11:45 AM, Rod Taylor wrote:
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 the issue I'm having with URL
arguments
not being decoded on the way in.
[snip]
_______________________________________________
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/