On Sep 10, 2004, at 11:55 AM, David Wheeler wrote:

Thanks, Andy. Would I then just need to add

  UNICODE => 'utf8',

to TT->new to get it to work properly?

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?


And if so, can I add that before the new release, or will something break with older TTs?

This looks okay to me.

Regards,

David


_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to