Re: [Catalyst] Re: Catalyst Unicode woes ...

2007-08-14 Thread Carl Franks
On 13/08/07, Tatsuhiko Miyagawa <[EMAIL PROTECTED]> wrote: > > Try $YAML::Syck::ImplicitUnicode = 1? Thanks, that solved the problem. >From reading the docs, I had thought that option did the opposite of what I was wanting, but then obviously I still have a lot to learn about unicode ;) Cheers,

Re: [Catalyst] Re: Catalyst Unicode woes ...

2007-08-13 Thread Tatsuhiko Miyagawa
Try $YAML::Syck::ImplicitUnicode = 1? On 8/13/07, Carl Franks <[EMAIL PROTECTED]> wrote: > Aristotle, thanks for your input - as soon as I saw your name in this > thread, I knew to sit up and take notice :) > > It's taken a few hours, but I've figured out what's causing the > specific problems Tob

Re: [Catalyst] Re: Catalyst Unicode woes ...

2007-08-13 Thread Carl Franks
Aristotle, thanks for your input - as soon as I saw your name in this thread, I knew to sit up and take notice :) It's taken a few hours, but I've figured out what's causing the specific problems Tobias was having with some parts of the page being double-encoded. In a nut-shell, it's YAML::Syck's

[Catalyst] Re: Catalyst Unicode woes ...

2007-08-11 Thread A. Pagaltzis
* Tobias Kremer <[EMAIL PROTECTED]> [2007-08-10 12:41]: > Zitat von Tatsuhiko Miyagawa <[EMAIL PROTECTED]>: > >Concatinating utf-8 flagged variables with utf-8 encoded byte > >string causes automatic SV upgrade, which causes double utf-8 > >encoded string. > > Hmmm. So my templates are utf8 _ENCOD