[Catalyst] Supporting multiple password types
with C::P::Auth::Store::DBIC
Jonathan Rockway
jon at jrock.us
Wed Dec 13 16:23:02 GMT 2006
> I know UTF8 in urls have been
> discussed a lot, but I've no idea what the current state of play is
> (does it work well on all platforms).
Yes. http://host/path/to/something/%xx%xx%xx%xx%xx%xx%xx%xx%xx/...
The %xx's are the utf-8 octets. Catalyst will understand this just
fine; we even have some automatic tests to make sure.
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
More information about the Catalyst
mailing list