On Sep 10, 2004, at 12:01 PM, David Wheeler wrote:
Hrm, no, it looks like every template would have to have
"\x{ef}\x{bb}\x{bf}" at the beginning (a "bom") to force UTF-8, yes?
Is there a way I could programmatically add that to the beginning of
all templates? And if there was, why wouldn't I just add "use utf8;",
instead?
Perhaps all I need to do is:
{
use utf8;
$tt->proces(...);
}
?
Regards,
David
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates