Wed Mar 31 06:08:35 2010gernotk [...] gmail.com - Ticket created
Subject:
Jemplate is not fully unicode aware
Date:
Wed, 31 Mar 2010 12:03:44 +0200
To:
bug-Jemplate [...] rt.cpan.org
From:
Gernot Kieseritzky <gernotk [...] gmail.com>
Jemplate::_preamble contains unicode characters that are not properly
decoded since 'use utf8' pragma is missing. Furthermore, it contains
several 'open' statements that ignore the encoding of the input, so the
input templates are not properly decoded. The latter problem might not
be considered a bug, since Jemplate should be encoding agnostic.
Can you elaborate on the difficulty you're having? A test case or
scenario would be helpful.
As for not using "use utf8", it's my understanding that this is
deprecated in 5.8 and above. From 'perldoc perluniintro':
"Starting from Perl 5.8.0, the use of "use utf8" is no longer necessary."
Thanks
Thu Apr 22 23:16:22 2010The RT System itself - Status changed from 'new' to 'open'