On Tue, Mar 25, 2008 at 05:25:34PM +0300, Nikolay Shaplov wrote:
> 
> my $template = Template->new();

 ->new( { ENCODING => 'UTF-8' } );

That will decode your templates on input.

Don't forget to encode on output.

-- 
Bill Moseley
[EMAIL PROTECTED]


_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to