thanks Jonathan. I looked up on the W3C site and saw that this was how
it should work, and had it on my list to see if cat would be all right
with it. I'd have been surprised if it wouldn't, TBH ...

it's taken me quite a while to get up to speed on cat/dbix/tt ... a
lot of new stuff to learn, and I've only been able to concentrate on
it intermittently, but it's starting to pay off now. This is really a
very powerful and flexible framework. Should have engoi running on it
by Jan/Feb now.

On 12/13/06, Jonathan Rockway <[EMAIL PROTECTED]> wrote:
> 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: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/



--
Daniel McBrearty
email : danielmcbrearty at gmail.com
www.engoi.com : the multi - language vocab trainer
BTW : 0873928131

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to