Re: [htmltmpl] H::T dies with utf8 templates in perl-5.8.0-88
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2003-09-22 19:39:11
|
On Mon, 22 Sep 2003, Brandon Bowersox wrote: > HTML::Template 2.6 dies with templates stored by Perl as UTF-8 under > perl-5.8.0-88 packaged by RedHat. Again, H::T is victim of buggy Unicode. Don't bother trying to fix HTML::Template, Perl 5.8 is broken by Redhat 8 and 9's default locale settings. Here's the Redhat bug for it: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682 One workaround is noted "export LANG=en_US" and I happen to know editing /etc/sysconfig/i18n works just as well. -sam |