> 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; _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
