Wed Jul 17 07:47:53 2013jj [...] opusvl.com - Ticket created
Subject:
Wide character in subroutine entry - UTF8 problem
Date:
Wed, 17 Jul 2013 12:47:31 +0100
To:
bug-Template-Alloy [...] rt.cpan.org
From:
"Jon Allen (JJ)" <jj [...] opusvl.com>
Template::Alloy fails with the message "Wide character in subroutine entry" when processing UTF-8 data.
The following patch to lib/Template/Alloy.pm fixes the problem:
14a15
Show quoted text
> use Encode qw(encode_utf8);
336c337
< my $sum = Digest::MD5::md5_hex($$ref);
---
Show quoted text
> my $sum = Digest::MD5::md5_hex(encode_utf8($$ref));
Thu Aug 22 19:25:53 2013paul [...] seamons.com - Correspondence added
Fixed in 1.018
Thu Aug 22 19:25:54 2013The RT System itself - Status changed from 'new' to 'open'
Thu Aug 22 19:25:54 2013paul [...] seamons.com - Status changed from 'open' to 'resolved'