On 28/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote:
>
> On 27/09/2007, Jonas Alves <[EMAIL PROTECTED]> wrote:
> >
> >
> > On 27/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote:
> > >
> > > If you find yourself having to remove Catalyst::Plugin::UTF8 or remove
> > > "use utf8" from modules with utf
On 27/09/2007, Jonas Alves <[EMAIL PROTECTED]> wrote:
>
>
> On 27/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote:
> >
> > If you find yourself having to remove Catalyst::Plugin::UTF8 or remove
> > "use utf8" from modules with utf8 in the source - then there's
> > something else going wrong.
>
> You
On 27/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote:
>
> If you find yourself having to remove Catalyst::Plugin::UTF8 or remove
> "use utf8" from modules with utf8 in the source - then there's
> something else going wrong.
You just need the "use utf8" if you have utf8 characters in you source,
On 27/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote:
> On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote:
> > hello list,
> >
> > after endless hours of debugging, here are my recommendations for
> > correct use of utf8 with Catalyst and HTML::FormFu
> >
> > 1) don't use Catalyst::Plugin::Uni
On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote:
> hello list,
>
> after endless hours of debugging, here are my recommendations for
> correct use of utf8 with Catalyst and HTML::FormFu
>
> 1) don't use Catalyst::Plugin::Unicode
> 2) don't use "use utf8" in the controller, that has formfu st
hello list,
after endless hours of debugging, here are my recommendations for
correct use of utf8 with Catalyst and HTML::FormFu
1) don't use Catalyst::Plugin::Unicode
2) don't use "use utf8" in the controller, that has formfu stuff in it
3) don't use .yml configs, use Config::General instead