Forgot to add it the list again :(

---------- Forwarded message ----------
From: Paul Talacko <[email protected]>
Date: Wed, Sep 22, 2010 at 11:40 PM
Subject: Re: [Templates] UTF8 behaviours
To: Bill Moseley <[email protected]>


On Wed, Sep 22, 2010 at 11:10 PM, Bill Moseley <[email protected]> wrote:

> Add ENCODING => 'UTF8' to your new() call.
>
>
 Thank you that works :)  Yes, yippee!

Also, I've got it working in CGI::Application::Plugins::TT.  The trick seems
to be to add, the encoding option in the right place:

__PACKAGE__->tt_config(  TEMPLATE_OPTIONS => { ENCODING => 'UTF8',
INCLUDE_PATH => '.' } );

Thanks for your help!  I can go off to bed now!!! It's late here.
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to