[Catalyst] Unicode::Encoding - utf8 "\xBA" does not map to Unicode
ryan lauterbach
ryan at radianit.com
Sat Mar 12 22:04:11 GMT 2011
2011/3/12 Eisenberger Tamás <tamas at eisenberger.hu>:
>
> This seems like some conflict between plugins, can you tell us what
> plugins you use, with their versions, catalyst's version and the order
> of plugins loaded? The order does matter in case of C::P::U::E because
> it should be the first getting the input!
I can remove all but the below to have the controller still work. The
error is the same whether placing Kévyn or K%E9vyn in the url. As a
side note the browsers seem to change the é into %E9 in the URL bar
(FF and Chrome at least).
Unicode::Encoding
Authentication
Authorization::Roles
Authorization::ACL
What else could be encoding the query params before U::E? URI? HTTP::Body?
Thanks for the help.
More information about the Catalyst
mailing list